Class BearerTokenConfig (1.41.0)

BearerTokenConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Config for authentication using bearer token.

Attribute

Name Description
token str
Optional. The text token appended to the text Bearer to the request Authorization header. `Session parameters reference