AccessToken

Represents an access token for VK ID authentication.

Properties

Link copied to clipboard

The expiration time of the token. If the value is -1 the token will not expire.

Link copied to clipboard
val idToken: String? = null

The ID token string.

Link copied to clipboard

The set of scopes granted for the token. Null only for tokens received with 2.0.0-alpha library release. You're allowed to assert non-nullness the value if you're using a later version.

Link copied to clipboard

The access token string.

Link copied to clipboard

The user data associated with this token.

Link copied to clipboard

The user ID associated with this token.