Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.authentication / AuthenticationDetails

AuthenticationDetails

class AuthenticationDetails

Types

Provider

sealed class Provider

Properties

accessToken

val accessToken: String?

authenticationToken

val authenticationToken: String

creationDate

val creationDate: Date

displayName

val displayName: String?

email

val email: String?

expirationDate

val expirationDate: Date?

provider

val provider: AuthenticationDetails.Provider

providerProfile

val providerProfile: Any?

providerUID

val providerUID: String

uid

val uid: String

Companion Object Functions

fromV1AuthResponse

fun fromV1AuthResponse(ar: AuthResponse): AuthenticationDetails