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

Custom

class Custom : AuthenticationFactor.Provider

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

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

Constructors

<init>

Custom(provider: String)

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

Properties

provider

val provider: String

Identifier of the custom provider as defined on the Webcom developer console.

Functions

toString

fun toString(): String

Human readable name for this Provider instance.