Rate this page:

AuthParams

This API is in beta and subject to change.

Authentication parameters to login with access token.

Props

accessToken

Copy URL
val accessToken: 

String

This API is in beta and subject to change.

Access token to use before accessTokenTimeExpired.

Returns

  • type:

    String

refreshToken

Copy URL
val refreshToken: 

String

This API is in beta and subject to change.

Refresh token to use one time before refreshTokenTimeExpired.

Returns

  • type:

    String

accessTokenTimeExpired

Copy URL
val accessTokenTimeExpired: 

Int

This API is in beta and subject to change.

Get time in seconds for access token to expire

Returns

  • type:

    Int

refreshTokenTimeExpired

Copy URL
val refreshTokenTimeExpired: 

Int

This API is in beta and subject to change.

Get time in seconds for refresh token to expire

Returns

  • type:

    Int