resume
suspend fun resume(flowContext: DeviceAuthorizationFlow.Context): OidcClientResult<Token>
Content copied to clipboard
Polls to determine when authorization completes, using the supplied Context instance.
Parameters
flowContext
the Context created from a DeviceAuthorizationFlow.start call.