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.
OAuth2(provider: OAuth2Method.Provider)
Manages Webcom users whose authentication is delegated to a 3rd-party OAuth2 identity provider. |
val provider: OAuth2Method.Provider
The actual OAuth2 provider among the ones available. |
fun toString(): String
Human readable name for this Provider instance. |