Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.authentication / AuthenticationEvent / AuthenticationState / Authenticated

Authenticated

data class Authenticated : AuthenticationEvent.AuthenticationState

A user is currently authenticated with given details.

Constructors

<init>

Authenticated(details: AuthenticationDetails)

A user is currently authenticated with given details.

Properties

details

val details: AuthenticationDetails

All the properties that describe the authenticated user.

Functions

isAuthenticated

fun isAuthenticated(): Boolean

true if an only if this AuthenticationEvent is AuthenticationState.Authenticated.