SessionTokenFlow

class SessionTokenFlow

SessionTokenFlow encapsulates the behavior required to authentication using a session token obtained from the Okta Legacy Authn APIs.

Types

Link copied to clipboard
object Companion

Functions

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

Initiates the Session Token Flow.