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

OAuth2

class OAuth2 : AuthenticationFactor.Provider

Manages Webcom users whose authentication is delegated to a 3rd-party OAuth2 identity provider.

Beforehand such a provider must be properly enabled and defined on the Webcom developer console.

Constructors

<init>

OAuth2(provider: OAuth2Method.Provider)

Manages Webcom users whose authentication is delegated to a 3rd-party OAuth2 identity provider.

Properties

provider

val provider: OAuth2Method.Provider

The actual OAuth2 provider among the ones available.

Functions

toString

fun toString(): String

Human readable name for this Provider instance.