AUTHENTICATING

Indicates that the SDK is in the process of authentication.

This state follows a call to the signIn method. Subsequent signIn calls are blocked while the SDK remains AUTHENTICATING.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Functions

Link copied to clipboard
fun isAtLeastAuthenticated(): Boolean

Checks if the SDK is at least in the AUTHENTICATED state.

Link copied to clipboard
fun isAuthenticated(): Boolean

Checks if the SDK is in the AUTHENTICATED state.

Link copied to clipboard
fun isAuthenticating(): Boolean

Checks if the SDK is in the AUTHENTICATING state.

Link copied to clipboard
fun isDisconnected(): Boolean

Checks if the SDK is in the DISCONNECTED state.

Link copied to clipboard
fun isReady(): Boolean

Checks if the SDK is in the READY state.