authenticate
abstract suspend fun authenticate(parameters: OAuth.Discovery.DiscoveryAuthenticateParameters): OAuthDiscoveryAuthenticateResponse
Authenticate an OAuth Discovery flow
Return
Parameters
parameters
required to authenticate the OAuth Discovery flow
abstract fun authenticate(parameters: OAuth.Discovery.DiscoveryAuthenticateParameters, callback: (OAuthDiscoveryAuthenticateResponse) -> Unit)
Authenticate an OAuth Discovery flow
Parameters
parameters
required to authenticate the OAuth Discovery flow
callback
a callback that receives an OAuthDiscoveryAuthenticateResponse