OK
import { ComAtprotoServerDescribeServerResponseBody } from "@speakeasy-api/bluesky/models/operations";
let value: ComAtprotoServerDescribeServerResponseBody = {
availableUserDomains: [
"<value>",
],
did: "<id>",
};
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 |