resume

suspend fun resume(flowContext: DeviceAuthorizationFlow.Context): OidcClientResult<Token>

Polls to determine when authorization completes, using the supplied Context instance.

Parameters

flowContext

the Context created from a DeviceAuthorizationFlow.start call.