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