Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 4.05 KB

comatprotoserverdescribeserverresponsebody.md

File metadata and controls

27 lines (21 loc) · 4.05 KB

ComAtprotoServerDescribeServerResponseBody

OK

Example Usage

import { ComAtprotoServerDescribeServerResponseBody } from "@speakeasy-api/bluesky/models/operations";

let value: ComAtprotoServerDescribeServerResponseBody = {
  availableUserDomains: [
    "<value>",
  ],
  did: "<id>",
};

Fields

Field Type Required Description
inviteCodeRequired boolean If true, an invite code must be supplied to create an account on this instance.
phoneVerificationRequired boolean If true, a phone verification token must be supplied to create an account on this instance.
availableUserDomains string[] ✔️ N/A
links components.ComAtprotoServerDescribeServerLinks N/A
contact components.ComAtprotoServerDescribeServerContact N/A
did string ✔️ N/A