start

suspend fun start(    sessionToken: String,     redirectUrl: String,     extraRequestParameters: Map<String, String> = emptyMap(),     scope: String = oidcClient.configuration.defaultScope): OidcClientResult<Token>

Initiates the Session Token Flow.

Parameters

sessionToken

the session token obtained from Okta legacy Authn APIs.

redirectUrl

the redirect URL.

extraRequestParameters

the extra key value pairs to send to the authorize endpoint. See Authorize Documentation for parameter options.

scope

the scopes to request during sign in. Defaults to the configured OidcClient.