RegisterStrongAuthChallengeError
@objcMembers
public class RegisterStrongAuthChallengeError : MSALNativeAuthError
Undocumented
-
Describes why an error occurred and provides more information about the error.
Declaration
Swift
public override var errorDescription: String? { get } -
Returns
truewhen the input introduced is not valid.Declaration
Swift
public var isInvalidInput: Bool { get } -
Returns
trueif a browser is required to continue the operation.Declaration
Swift
public var isBrowserRequired: Bool { get } -
Returns
truewhen the verification contact provided has been blocked. Try using another email or phone number, or select an alternative authentication method.Declaration
Swift
public var isVerificationContactBlocked: Bool { get }
View on GitHub