pub type PbAuthInfo = AuthInfo;Aliased Type§
pub struct PbAuthInfo {
pub encryption_type: i32,
pub encrypted_value: Vec<u8>,
pub metadata: HashMap<String, String>,
}Fields§
§encryption_type: i32§encrypted_value: Vec<u8>§metadata: HashMap<String, String>