# Functions
FromComponentToken uses the tokenkey provider to parse and validate a token into its corresponding claims.
FromComponentTokenWithoutValidation parses a token into its corresponding claims, without checking the token signature.
FromGatewayToken uses the tokenkey provider to parse and validate a gateway token into its corresponding claims.
FromGatewayTokenWithoutValidation parses a token into its corresponding gateway claims, without checking the token signature.
FromToken uses the tokenkey provider to parse and validate a token into its corresponding claims.
FromTokenWithoutValidation parses a token into its corresponding claims, without checking the token signature.
# Constants
BrokerType is the type of a broker token.
HandlerType is the type of a handler token.
RouterType is the type of a router token.
# Structs
Claims represents all the claims an access token can have.
ComponentClaims represent the claims a network component can have.
GatewayClaims represents all the claims an access token can have.
# Interfaces
WithIssuer is the interface of claims that have an issuer (iss) field.