CurrentAccessTokenParams

Dictionary of parameter passed to setAccessToken().

  • 6.2.0
  • 6.2.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

CurrentAccessTokenParams
accessToken : String

The opaque token string.

The opaque token string.

CurrentAccessTokenParams
appID : String

The app ID.

The app ID.

CurrentAccessTokenParams
declinedPermissions : String[]

The declined permissions.

The declined permissions.

CurrentAccessTokenParams
exipirationDate : Date

The optional expiration date (defaults to distant future).

The optional expiration date (defaults to distant future).

CurrentAccessTokenParams
permissions : String[]

The granted permissions.

The granted permissions.

CurrentAccessTokenParams
refreshDate : Date

The optional date the token was last refreshed (defaults to today).

The optional date the token was last refreshed (defaults to today).

CurrentAccessTokenParams
userID : String

The user ID.

The user ID.