pub fn mint( key: &[u8], agent: &ForgeAgent, iat: u64, ttl: u64, ) -> Option<String>
Mint a token for agent, valid for ttl seconds from iat. Returns None for an anonymous caller (nothing to authorise).
agent
ttl
iat
None