IdpHandler

interface IdpHandler

Interface for an IDP handler. Implement this interface to handle the IDP authorization.

Properties

Link copied to clipboard
abstract var tokenType: String

The token type used by the IDP handler.

Functions

Link copied to clipboard
abstract suspend fun authorize(idpClient: IdpClient): IdpResult

Authorize the IDP client.