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

Provider

sealed class Provider

Types

Anonymous

object Anonymous : AuthenticationDetails.Provider

Email

object Email : AuthenticationDetails.Provider

OAuth2

class OAuth2 : AuthenticationDetails.Provider

Phone

object Phone : AuthenticationDetails.Provider

Functions

toString

abstract fun toString(): String

Companion Object Functions

fromLabel

fun fromLabel(s: String): AuthenticationDetails.Provider

Inheritors

Anonymous

object Anonymous : AuthenticationDetails.Provider

Email

object Email : AuthenticationDetails.Provider

OAuth2

class OAuth2 : AuthenticationDetails.Provider

Phone

object Phone : AuthenticationDetails.Provider