AuthenticationSession

Represents a session of a currently logged in user.

Online Documentation

Properties

Link copied to clipboard
abstract val accessToken: String

The access token.

Link copied to clipboard

The account associated with the session.

Link copied to clipboard
abstract val id: String

The identifier of the authentication session.

Link copied to clipboard

The permissions granted by the session's access token. Available scopes are defined by the AuthenticationProvider.