Contents:
virgil_sdk.jwt.abstractions.access_token.
AccessToken
Bases: object
object
The AccessToken provides abstract for access token.
identity
Get token identity.
to_string
Get token string representation.
virgil_sdk.jwt.abstractions.access_token_provider.
AccessTokenProvider
The AccessTokenProvider provides abstract to get access token.
get_token
Gets access token.