authenticate
abstract suspend fun authenticate(parameters: OAuth.ThirdParty.AuthenticateParameters): OAuthAuthenticatedResponse
Content copied to clipboard
Authenticate a ThirdParty OAuth flow
Parameters
parameters
required to authenticate the OAuth flow
abstract fun authenticate(parameters: OAuth.ThirdParty.AuthenticateParameters, callback: (OAuthAuthenticatedResponse) -> Unit)
Content copied to clipboard
Authenticate a ThirdParty OAuth flow
Parameters
parameters
required to authenticate the ThirdParty OAuth flow
callback
a callback that receives the result of authenticating the ThirdParty OAuth login