Custom

class Custom(val provider: String) : 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

Link copied to clipboard
fun Custom(provider: String)

Functions

Link copied to clipboard
open override fun toString(): String

Human-readable name for this Provider instance.

Properties

Link copied to clipboard
val provider: String

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