Type Alias holochain_conductor_api::AppAuthenticationToken

source ·
pub type AppAuthenticationToken = Vec<u8>;
Expand description

A token issued by the conductor that can be used to authenticate a connection to an app interface.

Aliased Type§

struct AppAuthenticationToken { /* private fields */ }