Add parameters API to pass bearer token as []byte #578
Labels
enhancement
Improving existing functionality
I2
Regular impact
S3
Minimally significant
U2
Seriously planned
Is your feature request related to a problem? Please describe.
The task is Inspired by this comment.
Describe the solution you'd like
Append to SDK command parameters method like
WithBearerTokenBinary(token []byte)
. It is similar toWithBearerToken(t bearer.Token)
, but the token is represented as a byte slice.The text was updated successfully, but these errors were encountered: