5.2.7. xgt.BearerTokenAuth¶
- class xgt.BearerTokenAuth(access_token: str)¶
Bearer-token authentication for direct OIDC/JWT login.
- Parameters:
access_token (str) – Access token to present to the server during session bootstrap.
Attributes
The access token used for authentication.
- property access_token: str¶
The access token used for authentication.