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.
fun resumeAsync(secondaryFactor: SecondaryFactor, challengeTypesSupported: List<ChallengeGrantType>): CompletableFuture<DirectAuthenticationState>
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.