libkazv
Loading...
Searching...
No Matches
Kazv::Api::DiscoveryInformation Struct Reference

Used by clients to determine the homeserver, identity server, and other optional components they should be interacting with. More...

#include <full.hpp>

Collaboration diagram for Kazv::Api::DiscoveryInformation:

Public Attributes

HomeserverInformation homeserver
 Used by clients to determine the homeserver, identity server, and other optional components they should be interacting with.
 
std::optional< IdentityServerInformationidentityServer
 Used by clients to determine the homeserver, identity server, and other optional components they should be interacting with.
 
immer::map< std::string, JsonWrapadditionalProperties
 Application-dependent keys using Java package naming convention.
 

Detailed Description

Used by clients to determine the homeserver, identity server, and other optional components they should be interacting with.

Member Data Documentation

◆ additionalProperties

immer::map<std::string, JsonWrap> Kazv::Api::DiscoveryInformation::additionalProperties

Application-dependent keys using Java package naming convention.

◆ homeserver

HomeserverInformation Kazv::Api::DiscoveryInformation::homeserver

Used by clients to determine the homeserver, identity server, and other optional components they should be interacting with.

◆ identityServer

std::optional<IdentityServerInformation> Kazv::Api::DiscoveryInformation::identityServer

Used by clients to determine the homeserver, identity server, and other optional components they should be interacting with.


The documentation for this struct was generated from the following file: