resumeAsync

Continues the MFA flow using the specified secondary factor.

Return

A CompletableFuture that completes with the next DirectAuthenticationState.

Parameters

secondaryFactor

The SecondaryFactor to use for authentication.


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

Return

A CompletableFuture that completes with the next DirectAuthenticationState.

Parameters

secondaryFactor

The SecondaryFactor to use for authentication.

challengeTypesSupported

The list of ChallengeGrantTypes the client supports.