TokenExchangeFlow

constructor(delegate: TokenExchangeFlow)

Parameters

delegate

the underlying Kotlin KotlinTokenExchangeFlow instance.


constructor(client: OAuth2Client)

Creates a TokenExchangeFlow backed by the given KmpOAuth2Client.

Parameters

client

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