Rate this page:

AuthParams

Authentication parameters to login with access token.

Props

accessToken

Copy URL
val accessToken: 

String

Access token to use before accessTokenTimeExpired.

Returns

  • type:

    String

refreshToken

Copy URL
val refreshToken: 

String

Refresh token to use one time before refreshTokenTimeExpired.

Returns

  • type:

    String

accessTokenTimeExpired

Copy URL
val accessTokenTimeExpired: 

Int

Get time in seconds for access token to expire

Returns

  • type:

    Int

refreshTokenTimeExpired

Copy URL
val refreshTokenTimeExpired: 

Int

Get time in seconds for refresh token to expire

Returns

  • type:

    Int