© 2026 Hedgehog Software, LLC
getClaims
getUser
type Claims = { claims: JwtPayload; header: JwtHeader; signature: Uint8Array; } type JwtPayload = { iss: string sub: string aud: string | string[] exp: number iat: number role: string aal: AuthenticatorAssuranceLevels session_id: string }