Describe Server Response
data class DescribeServerResponse(val inviteCodeRequired: Boolean? = null, val phoneVerificationRequired: Boolean? = null, val availableUserDomains: ReadOnlyList<String>, val links: DescribeServerLinks? = null, val contact: DescribeServerContact? = null, val did: Did)
Parameters
invite Code Required
If true, an invite code must be supplied to create an account on this instance.
phone Verification Required
If true, a phone verification token must be supplied to create an account on this instance.
links
URLs of service policy documents.
contact
Contact information
Constructors
Link copied to clipboard
constructor(inviteCodeRequired: Boolean? = null, phoneVerificationRequired: Boolean? = null, availableUserDomains: ReadOnlyList<String>, links: DescribeServerLinks? = null, contact: DescribeServerContact? = null, did: Did)
Properties
Link copied to clipboard
Link copied to clipboard
Contact information
Link copied to clipboard
If true, an invite code must be supplied to create an account on this instance.
Link copied to clipboard
URLs of service policy documents.
Link copied to clipboard
If true, a phone verification token must be supplied to create an account on this instance.