poll
suspend fun poll(flow: InteractionCodeFlow): OidcClientResult<IdxResponse>
Content copied to clipboard
Poll the IDX APIs with the configuration provided from the IdxAuthenticator.
All polling delay/retry logic is handled internally.
Return
the OidcClientResult when the state changes.