# CurrentAccessTokenParams

Dictionary of parameter passed to setAccessToken().

Availability
6.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# accessToken

Availability
6.2.0
accessToken :String

The opaque token string.


# appID

Availability
6.2.0
appID :String

The app ID.


# declinedPermissions

Availability
6.2.0
declinedPermissions :Array<String>

The declined permissions.


# exipirationDate

Availability
6.2.0
exipirationDate :Date

The optional expiration date (defaults to distant future).


# permissions

Availability
6.2.0
permissions :Array<String>

The granted permissions.


# refreshDate

Availability
6.2.0
refreshDate :Date

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


# userID

Availability
6.2.0
userID :String

The user ID.