OAuth

constructor(provider: OAuthProvider, redirectUrl: String = RedirectConfiguration.DEFAULT_REDIRECT_URL, identifier: String? = null, emailAddress: String? = null, legalAccepted: Boolean? = null)

Parameters

provider

The OAuth provider to use for authentication.

redirectUrl

The URL to redirect to after OAuth completion.

identifier

Optional user identifier.

emailAddress

Optional email address for pre-filling forms.

legalAccepted

Whether legal terms have been accepted.