AuthorizationCodeFlow

constructor(delegate: AuthorizationCodeFlow)

Parameters

delegate

the underlying Kotlin KotlinAuthorizationCodeFlow instance.


constructor(client: OAuth2Client)

Creates an AuthorizationCodeFlow backed by the given KmpOAuth2Client.

Parameters

client

the KMP OAuth2 client to use for the Authorization Code flow.