OAuth2Method
Manages authentication of users by delegation to a third-party OAuth2 identity provider.
Instances of this OAuth2Method must be created using the AuthenticationService.getOAuth2Method method.
Types
Functions
Link copied to clipboard
fun authenticate(context: AuthenticationService.Context = Context.New, callback: WebcomResultCallback<AuthenticationDetails>? = null)
Content copied to clipboard
Delegates the authentication of the user to the third party Provider associated with this OAuth2Method instance. This operation is asynchronous and calls the given callback with the authentication result once performed.