Skip to main content

UiaaSessionId

Type Alias UiaaSessionId 

Source
pub type UiaaSessionId = SmallString<[u8; 32]>;
Expand description

Stores a UIAA session identifier inline in the common case.

The 32-byte budget matches identifiers minted by the UIAA service.

Aliased Typeยง

pub struct UiaaSessionId { /* private fields */ }