virgil_sdk.jwt.abstractions.access_token module

class virgil_sdk.jwt.abstractions.access_token.AccessToken[source]

Bases: object

The AccessToken provides abstract for access token.

abstract property identity

Get token identity.

abstract to_string()[source]

Get token string representation.