Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticationSession

Represents a session of a currently logged in user.

Hierarchy

  • AuthenticationSession

Index

Properties

accessToken: string

The access token.

The account associated with the session.

id: string

The identifier of the authentication session.

scopes: readonly string[]

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