ResetPasswordStartError
@objcMembers
public class ResetPasswordStartError : MSALNativeAuthError
Class that defines the structure and type of a ResetPasswordStart error
-
Describes why an error occurred and provides more information about the error.
Declaration
Swift
public override var errorDescription: String? { get } -
Returns
trueif a browser is required to continue the operation.Declaration
Swift
public var isBrowserRequired: Bool { get } -
Returns
trueif the user does not have a password.Declaration
Swift
public var isUserDoesNotHavePassword: Bool { get } -
Returns
trueif the user that is trying to reset their password cannot be found.Declaration
Swift
public var isUserNotFound: Bool { get } -
Returns
truewhen the username is not valid.Declaration
Swift
public var isInvalidUsername: Bool { get }
View on GitHub