Class BearerTokenConfig (1.37.0)

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

Config for authentication using bearer token.

Attribute

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