Success

data class Success(val idToken: String, val accessToken: String, val refreshToken: String, val lifetime: Int, val username: String) : FederatedSignInResult

Encapsulates a successful sign-in result.

Parameters

idToken

ID token containing the user's identity attributes.

accessToken

access token required for authorizing API access.

refreshToken

refresh token used for refreshing ID and access tokens.

lifetime

lifetime of ID and access tokens in seconds.

Constructors

Link copied to clipboard
constructor(idToken: String, accessToken: String, refreshToken: String, lifetime: Int, username: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard