DiscoveryInformation

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

Constructors

Types

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

Properties