pub type AuthenticateResponse = Response;Expand description
Type alias for convenience.
Aliased Type§
struct AuthenticateResponse {
pub user_presence: u8,
pub count: u32,
pub signature: Bytes<72>,
}Fields§
§user_presence: u8§count: u32§signature: Bytes<72>