DiscoveryInformation

@Serializable
data class DiscoveryInformation(val homeserver: DiscoveryInformation.HomeserverInformation, val identityServer: DiscoveryInformation.IdentityServerInformation? = null)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
@Serializable
data class HomeserverInformation(val baseUrl: String)
Link copied to clipboard
@Serializable
data class IdentityServerInformation(val baseUrl: String)

Properties

Link copied to clipboard
@SerialName(value = "m.homeserver")
val homeserver: DiscoveryInformation.HomeserverInformation
Link copied to clipboard
@SerialName(value = "m.identity_server")
val identityServer: DiscoveryInformation.IdentityServerInformation?