Package-level declarations
Types
Link copied to clipboard
A Java-friendly wrapper around the Kotlin KotlinDirectAuthenticationFlow.
Link copied to clipboard
A Java-idiomatic builder for creating instances of DirectAuthenticationFlow.
Link copied to clipboard
A Java-friendly base type for authentication states returned at JVM API boundaries.
Link copied to clipboard
A Java-friendly result type that wraps a successful value or a failure exception.
Link copied to clipboard
class MfaRequired(delegate: DirectAuthenticationState.MfaRequired) : DirectAuthenticationState, Closeable
A Java-friendly wrapper around KotlinDirectAuthenticationState.MfaRequired.
Link copied to clipboard
class OobPendingContinuation(delegate: DirectAuthContinuation.OobPending) : DirectAuthenticationState, Closeable
A Java-friendly wrapper around DirectAuthContinuation.OobPending.
Link copied to clipboard
class PromptContinuation(delegate: DirectAuthContinuation.Prompt) : DirectAuthenticationState, Closeable
A Java-friendly wrapper around DirectAuthContinuation.Prompt.
Link copied to clipboard
class TransferContinuation(delegate: DirectAuthContinuation.Transfer) : DirectAuthenticationState, Closeable
A Java-friendly wrapper around DirectAuthContinuation.Transfer.
Link copied to clipboard
class WebAuthnContinuation(delegate: DirectAuthContinuation.WebAuthn) : DirectAuthenticationState, Closeable
A Java-friendly wrapper around DirectAuthContinuation.WebAuthn.