Add parameters API to pass bearer token as []byte #221

Open
opened 2025-12-28 18:07:29 +00:00 by sami · 0 comments
Owner

Originally created by @smallhive on GitHub (Apr 15, 2024).

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 to WithBearerToken(t bearer.Token), but the token is represented as a byte slice.

Originally created by @smallhive on GitHub (Apr 15, 2024). ## Is your feature request related to a problem? Please describe. The task is Inspired by [this](https://github.com/nspcc-dev/neofs-rest-gw/issues/192#issuecomment-2056408936) comment. ## Describe the solution you'd like Append to SDK command parameters method like `WithBearerTokenBinary(token []byte)`. It is similar to `WithBearerToken(t bearer.Token)`, but the token is represented as a byte slice.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-sdk-go#221
No description provided.