DeviceAuthorizationFlow

constructor(delegate: DeviceAuthorizationFlow)

Parameters

delegate

the underlying Kotlin KotlinDeviceAuthorizationFlow instance.


constructor(client: OAuth2Client)

Creates a DeviceAuthorizationFlow backed by the given KmpOAuth2Client.

Parameters

client

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