MfaRequired

A Java-friendly wrapper around KotlinDirectAuthenticationState.MfaRequired.

Provides async methods for MFA challenge and resume operations.

Must be closed when no longer needed to release coroutine resources.

Parameters

delegate

The underlying Kotlin KotlinDirectAuthenticationState.MfaRequired instance.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Initiates an MFA challenge with the specified secondary factor.

Initiates an MFA challenge with the specified secondary factor and supported challenge types.

Link copied to clipboard
open override fun close()

Closes this continuation, cancelling any in-flight challengeAsync/resumeAsync call.

Link copied to clipboard

Continues the MFA flow using the specified secondary factor.

Continues the MFA flow using the specified secondary factor and supported challenge types.