OAuth2

class OAuth2(val provider: OAuth2Method.Provider) : 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

Link copied to clipboard
fun OAuth2(provider: OAuth2Method.Provider)

Functions

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

Human-readable name for this Provider instance.

Properties

Link copied to clipboard
val provider: OAuth2Method.Provider

The actual OAuth2 provider among the ones available.