authorizeAuthCodeFlow

abstract fun authorizeAuthCodeFlow(context: Context, callback: RequestCallback<AuthState>)

Sends an authorization request to perform implicit flow

See Strivacity APIs, Authentication APIs, Begin an OIDC Authorization Code Flow (Hosted Login)

See OpenID Connect Core 1.0, Section 3.1

Parameters

context

The context of activity to invoke an pending intent to start the AuthActivity

callback

The callback to invoke upon request completion.