Discovery
interface Discovery
An interface describing the parameters and methods available for authenticating an OAuth Discovery flow
Types
Functions
Link copied to clipboard
abstract suspend fun authenticate(parameters: OAuth.Discovery.DiscoveryAuthenticateParameters): OAuthDiscoveryAuthenticateResponse
abstract fun authenticate(parameters: OAuth.Discovery.DiscoveryAuthenticateParameters, callback: (OAuthDiscoveryAuthenticateResponse) -> Unit)
Authenticate an OAuth Discovery flow