SessionTokenFlow

constructor(delegate: SessionTokenFlow)

Parameters

delegate

the underlying Kotlin KotlinSessionTokenFlow instance.


constructor(client: OAuth2Client)

Creates a SessionTokenFlow backed by the given KmpOAuth2Client.

Parameters

client

the KMP OAuth2 client to use for the Session Token flow.