Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SpotifySession

Index

Properties

accessToken

accessToken: string

The access token of the authenticated user.

On Android this will be either the access token or the code depending on the SpotifyApiConfig.AuthType

memberof

SpotifySession

expirationDate

expirationDate: string

The expiration date of the access token.

memberof

SpotifySession

expired

expired: boolean

Check whether the session has expired. YES if expired; NO otherwise.

Note: The session is considered expired once the current date and time is equal to or greater than the expiration date and time.

memberof

SpotifySession

refreshToken

refreshToken: string

The refresh token.

memberof

SpotifySession

scope

scope: ApiScope

The scope granted. (iOS Only)

memberof

SpotifySession

Legend

  • Property
  • Method

Generated using TypeDoc