service: ad BearerToken to signed payload of the requests

This commit is contained in:
Leonard Lyubich 2020-06-18 15:26:56 +03:00
parent 3f7d3f8a86
commit a3569ad99e
3 changed files with 26 additions and 1 deletions

View file

@ -104,7 +104,7 @@ func (t testCustomField) MarshalTo(data []byte) (int, error) { return 0, nil }
// Marshal skip, it's for test usage only.
func (t testCustomField) Marshal() ([]byte, error) { return nil, nil }
// GetBearerToken returns wraps Bearer field and return BearerToken interface.
// GetBearerToken wraps Bearer field and return BearerToken interface.
//
// If Bearer field value is nil, nil returns.
func (m RequestVerificationHeader) GetBearerToken() BearerToken {