AuthParams
Authentication parameters to log in with an access token.
Methods
getAccessToken
String
 getAccessToken()Access token that can be used before accessExpire.
Returns
type:
String
getAccessTokenTimeExpired
int
 getAccessTokenTimeExpired()Gets time in seconds to access token expiration.
Returns
type:
int
getRefreshToken
String
 getRefreshToken()Refresh token that can be used one time before refreshExpire.
Returns
type:
String
getRefreshTokenTimeExpired
int
 getRefreshTokenTimeExpired()Gets time in seconds to refresh token expiration.
Returns
type:
int