Cephalopod_models.Com_Atproto_Server_DescribeServerlexicon "com.atproto.server.describeServer"
type main_output = {inviteCodeRequired : bool option;If true, an invite code must be supplied to create an account on this instance.
*)phoneVerificationRequired : bool option;If true, a phone verification token must be supplied to create an account on this instance.
*)availableUserDomains : string list;List of domain suffixes that can be used in account handles.
*)links : Types.com_atproto_server_describeserver_links option;URLs of service policy documents.
*)contact : Types.com_atproto_server_describeserver_contact option;Contact information
*)did : string;format: "Did"
*)}val pp_main_output :
Ppx_deriving_runtime.Format.formatter ->
main_output ->
Ppx_deriving_runtime.unitval show_main_output : main_output -> Ppx_deriving_runtime.stringval main_output_of_value : main_output Cephalopod_dasl.Value.Util.convval main_output_to_value : main_output -> Cephalopod_dasl.Value.tval main : (unit, main_output, unit) Base.queryDescribes the server's account creation requirements and capabilities. Implemented by PDS.
val links_of_value :
Types.com_atproto_server_describeserver_links Cephalopod_dasl.Value.Util.convval links_to_value :
Types.com_atproto_server_describeserver_links ->
Cephalopod_dasl.Value.tval contact_of_value :
Types.com_atproto_server_describeserver_contact
Cephalopod_dasl.Value.Util.convval contact_to_value :
Types.com_atproto_server_describeserver_contact ->
Cephalopod_dasl.Value.t