Module Values.RequiredSignUpAttributesElementSource

Sourcetype nonrec t =
  1. | ADDRESS
  2. | BIRTHDATE
  3. | EMAIL
  4. | FAMILY_NAME
  5. | GENDER
  6. | GIVEN_NAME
  7. | LOCALE
  8. | MIDDLE_NAME
  9. | NAME
  10. | NICKNAME
  11. | PHONE_NUMBER
  12. | PICTURE
  13. | PREFERRED_USERNAME
  14. | PROFILE
  15. | UPDATED_AT
  16. | WEBSITE
  17. | ZONE_INFO
  18. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t