Request

public enum Request : Sendable, Equatable

Enum representing the types of requests to be validated (e.g., Email or SMS).

  • SMS

    A struct representing an SMS request for validation.

    See more

    Declaration

    Swift

    public struct SMS : Sendable, Equatable
  • A struct representing an email request for validation.

    See more

    Declaration

    Swift

    public struct Email : Sendable, Equatable