authorize

suspend fun authorize(idpRequestHandler: IdpRequestHandler? = null): Result<Unit>

Authorizes the user using the specified IdP.

Return

A Result object indicating success or failure.

Parameters

idpRequestHandler

The IdP request handler to use, if null will use the predefined handler.