ConsumerAuthenticationState

sealed class ConsumerAuthenticationState : AuthenticationState

Represents the current authentication state of a consumer user.

Inheritors

Types

Link copied to clipboard
class Authenticated(val user: ApiUserV1User, val session: ApiSessionV1Session, val sessionToken: String, val sessionJwt: String) : ConsumerAuthenticationState

The user is authenticated.

Link copied to clipboard

The initial state before the SDK has determined the authentication status.

Link copied to clipboard

The user is not authenticated.