requestIdToken

abstract fun requestIdToken(authCode: String, callback: RequestCallback<AuthState>)

Sends request to obtain an id token from auth code

See Strivacity Authentication APIs, Obtain an ID Token from an Authorization Code

See OpenID Connect Core 1.0, Section 2

Parameters

authCode

the authorization code, which obtained from authorizeAuthCodeFlow or authorizeHybridFlow

callback

The callback to invoke upon request completion.