poll

suspend fun poll(flow: InteractionCodeFlow): OidcClientResult<IdxResponse>

Poll the IDX APIs with the configuration provided from the IdxRemediation.

All polling delay/retry logic is handled internally.

Return

the OidcClientResult when the state changes.