service: make RequestData to provide BearerTokenSource interface

This commit is contained in:
Leonard Lyubich 2020-06-18 15:24:17 +03:00
parent ce5264a479
commit 3f7d3f8a86
6 changed files with 73 additions and 0 deletions

View file

@ -254,6 +254,7 @@ type DataWithSignKeySource interface {
type RequestData interface {
SignedDataSource
SessionTokenSource
BearerTokenSource
}
// RequestSignedData is an interface of request information with signature write access.