PromptContinuation
class PromptContinuation(delegate: DirectAuthContinuation.Prompt) : DirectAuthenticationState, Closeable
A Java-friendly wrapper around DirectAuthContinuation.Prompt.
Provides an async method for submitting a user-provided code.
Must be closed when no longer needed to release coroutine resources.
Parameters
delegate
The underlying Kotlin DirectAuthContinuation.Prompt instance.
Properties
Functions
Link copied to clipboard
Closes this continuation, cancelling the in-flight proceedAsync call if any.
Link copied to clipboard
Proceeds with the authentication flow by submitting the user-provided code.