Structs§
- The request payload that should be sent in a [
holochain_websocket::WireMessage::Authenticate
] - Response payload for AdminResponse::AppAuthenticationTokenIssued.
- Info about an installed app, returned as part of
AppResponse::AppInfo
- All the information necessary to install an app
- Request payload for AdminRequest::IssueAppAuthenticationToken.
- Websocket configuration struct.
Enums§
- Represents the available conductor functions to call over an admin interface.
- Represents the possible responses to an
AdminRequest
and follows a general convention ofnoun_verb
as opposed to theverb_noun
ofAdminRequest
. - Represents the available conductor functions to call over an app interface and will result in a corresponding
AppResponse
message being sent back over the interface connection. - Represents the possible responses to an
AppRequest
. - Filter for
AdminRequest::ListApps
.
Traits§
Type Aliases§
- An Agent public signing key. Not really a hash, more of an “identity hash”.
- A token issued by the conductor that can be used to authenticate a connection to an app interface.
- The unique identifier for an installed app in this conductor