Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticationSession

deprecated

Use {@link theia.AuthenticationSession} instead.

Hierarchy

  • AuthenticationSession
    • AuthenticationSession

Index

Properties

accessToken: string

The access token.

account: AuthenticationSessionAccountInformation

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.