Skip to main content

GroupId

Type Alias GroupId 

Source
pub type GroupId = String;
Expand description

Identifies a logical group of rotating keys.

A group ID is a human-readable label stored as VARCHAR(32) in the database. Keep it short, lowercase, and slug-style (e.g. "payments-signing", "session-tokens"). Values longer than 32 characters will be rejected by the storage backend.

Aliased Typeยง

pub struct GroupId { /* private fields */ }