SignUpStartError

@objcMembers
public class SignUpStartError : MSALNativeAuthError

Class that defines the structure and type of a SignUpStart error

  • Describes why an error occurred and provides more information about the error.

    Declaration

    Swift

    public override var errorDescription: String? { get }
  • Returns true if a browser is required to continue the operation.

    Declaration

    Swift

    public var isBrowserRequired: Bool { get }
  • Returns true when the user is trying to register an existing username.

    Declaration

    Swift

    public var isUserAlreadyExists: Bool { get }
  • Returns true when the password is not valid.

    Declaration

    Swift

    public var isInvalidPassword: Bool { get }
  • Returns true when the username is not valid.

    Declaration

    Swift

    public var isInvalidUsername: Bool { get }