# Functions
No description provided by the author
GetE2ETestPublicKey returns the public key and kid used for e2e tests.
NewIdentity returns a new, random identity.
NewTokenManager creates a new TokenManager.
WithAccountIDClaim sets the `account_id` claim in the token to generate.
WithAudClaim sets the `aud` claim in the token to generate.
WithCompanyClaim sets the `company` claim in the token to generate.
WithEmailClaim sets the `email` claim in the token to generate.
WithExpClaim sets the `exp` claim in the token to generate.
WithFamilyNameClaim sets the `familyName` claim in the token to generate.
WithGivenNameClaim sets the `givenName` claim in the token to generate.
WithIATClaim sets the `iat` claim in the token to generate.
WithNotBeforeClaim sets the `nbf` claim in the token to generate.
WithOriginalSubClaim sets the `original_sub` claim in the token to generate.
WithPreferredUsernameClaim sets the `preferred username` claim in the token to generate.
WithSubClaim sets the `sub` claim in the token to generate.
WithUserIDClaim sets the `user_id` claim in the token to generate.
# Structs
Identity is a user identity.
No description provided by the author
PublicKey represents an RSA public key with a Key ID.
TokenManager represents the test token and key manager.
WebKeySet represents a JWK Set object.
# Type aliases
ExtraClaim a function to set claims in the token to generate.