Rate this page:

AuthParams

Authentication parameters to log in with an access token.

Methods

getAccessToken

Copy URL

String

getAccessToken()

Access token that can be used before accessExpire.

Returns

  • type:

    String

getAccessTokenTimeExpired

Copy URL

int

getAccessTokenTimeExpired()

Gets time in seconds to access token expiration.

Returns

  • type:

    int

getRefreshToken

Copy URL

String

getRefreshToken()

Refresh token that can be used one time before refreshExpire.

Returns

  • type:

    String

getRefreshTokenTimeExpired

Copy URL

int

getRefreshTokenTimeExpired()

Gets time in seconds to refresh token expiration.

Returns

  • type:

    int