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.
Custom(provider: String)
Manages Webcom users whose authentication is delegated to a 3rd-party ad-hoc identity provider. |
val provider: String
Identifier of the custom provider as defined on the Webcom developer console. |
fun toString(): String
Human readable name for this Provider instance. |