MapClaims is a claims type that uses the map[string]interface{} for JSON decoding. This is the default claims type if you don't supply one
GetAudience implements the Claims interface.
GetExpirationTime implements the Claims interface.
GetIssuedAt implements the Claims interface.
GetIssuer implements the Claims interface.
GetNotBefore implements the Claims interface.
GetSubject implements the Claims interface.
Generated using TypeDoc
MapClaims is a claims type that uses the map[string]interface{} for JSON decoding. This is the default claims type if you don't supply one