RegisterStrongAuthVerificationRequiredState
@objcMembers
public class RegisterStrongAuthVerificationRequiredState : RegisterStrongAuthBaseState
Undocumented
-
Submits the challenge to verify the authentication method selected.
Declaration
Swift
public func submitChallenge(challenge: String, delegate: RegisterStrongAuthSubmitChallengeDelegate) -
Requests the server to send the challenge to the default authentication method.
Declaration
Swift
public func challengeAuthMethod(parameters: MSALNativeAuthChallengeAuthMethodParameters, delegate: RegisterStrongAuthChallengeDelegate)
View on GitHub