OobPendingContinuation
class OobPendingContinuation(delegate: DirectAuthContinuation.OobPending) : DirectAuthenticationState, Closeable
A Java-friendly wrapper around DirectAuthContinuation.OobPending.
Provides an async method for polling the status of an OOB authentication.
Must be closed when no longer needed to release coroutine resources — in particular, to stop an in-flight proceedAsync poll loop, which can otherwise run for up to expirationInSeconds seconds.
Parameters
delegate
The underlying Kotlin DirectAuthContinuation.OobPending instance.
Properties
Functions
Link copied to clipboard
Closes this continuation, cancelling the in-flight proceedAsync poll if any.
Link copied to clipboard
Proceeds by polling the server for the OOB authentication result.