Hierarchy

  • HttpBearerAuthInputConfig

Properties

Properties

bearerToken?: string | Provider<string>

Deprecated

token property should be used, instead. This will be removed on our next major release.

token?: TokenIdentity | TokenIdentityProvider

The Bearer token to use when making requests.

This is optional because some operations may not require a Bearer token.