MSALNativeAuthStrongAuthVerificationRequiredState
@objcMembers
public class MSALNativeAuthStrongAuthVerificationRequiredState : MSALNativeAuthState
The server sent a JIT challenge; the user must enter the verification code.
Continue with submitChallenge(_:delegate:).
Warning
This API is experimental. It may be changed in the future without notice. Do not use in production applications.-
A masked destination the code was sent to (e.g. a partially obfuscated email).
Declaration
Swift
public let sentTo: String -
The channel the code was sent through.
Declaration
Swift
public let channel: MSALNativeAuthChannelType -
The expected length of the code.
Declaration
Swift
public let codeLength: Int -
Submit the strong-auth (JIT) challenge response.
Declaration
Swift
public func submitChallenge(_ challenge: String, delegate: MSALNativeAuthFlowDelegate) -
Declaration
Swift
public override var description: String { get }
View on GitHub