authorizeHybridFlow

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

Sends an authorization request to perform hybrid flow

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

See OpenID Connect Core 1.0, Section 3.3

Parameters

context

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

callback

The callback to invoke upon request completion.