IdentificationRequirement

public enum IdentificationRequirement : String, Codable

Required type of user identification.

  • simplified user identification

    Declaration

    Swift

    case simplified
  • full identification of the user

    Declaration

    Swift

    case full