DescribeServerResponse
data class DescribeServerResponse(val availableUserDomains: List<String>, val contact: DescribeServerContact? = null, val did: <Error class: unknown class>, val inviteCodeRequired: Boolean? = null, val links: DescribeServerLinks? = null, val phoneVerificationRequired: Boolean? = null)
Constructors
Link copied to clipboard
constructor(availableUserDomains: List<String>, contact: DescribeServerContact? = null, did: <Error class: unknown class>, inviteCodeRequired: Boolean? = null, links: DescribeServerLinks? = null, phoneVerificationRequired: Boolean? = null)
Properties
Link copied to clipboard
List of domain suffixes that can be used in account handles.
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.