RegisterStrongAuthVerificationRequiredState
@objcMembers
public class RegisterStrongAuthVerificationRequiredState : RegisterStrongAuthBaseState
Undocumented
-
Submits the challenge to verify the authentication method selected.
Warning
⚠️ this API is experimental. It may be changed in the future without notice. Do not use in production applications.Declaration
Swift
public func submitChallenge(challenge: String, delegate: RegisterStrongAuthSubmitChallengeDelegate)
-
Requests the server to send the challenge to the default authentication method.
Warning
⚠️ this API is experimental. It may be changed in the future without notice. Do not use in production applications.Declaration
Swift
public func challengeAuthMethod(parameters: MSALNativeAuthChallengeAuthMethodParameters, delegate: RegisterStrongAuthChallengeDelegate)