pub fn session_token_sign_bytes(token: &SessionToken) -> Vec<u8> ⓘExpand description
Canonical MAC-input bytes for a SessionToken. The MAC itself is excluded from the signable (a MAC cannot cover itself). Keys: agent_id, agent_pub_key, chain_hash, granted_scope, human_id, issued_at, session_id, valid_until, version.