Function spacetimedb_cli::util::get_auth_header_only
source · pub async fn get_auth_header_only(
config: &mut Config,
anon_identity: bool,
identity_or_name: Option<&String>
) -> Option<String>Expand description
See get_auth_header.