type github.com/golang-jwt/jwt/v5.MapClaims
16 uses
github.com/golang-jwt/jwt/v5 (current package)
map_claims.go#L10: type MapClaims map[string]interface{}
map_claims.go#L13: func (m MapClaims) GetExpirationTime() (*NumericDate, error) {
map_claims.go#L18: func (m MapClaims) GetNotBefore() (*NumericDate, error) {
map_claims.go#L23: func (m MapClaims) GetIssuedAt() (*NumericDate, error) {
map_claims.go#L28: func (m MapClaims) GetAudience() (ClaimStrings, error) {
map_claims.go#L33: func (m MapClaims) GetIssuer() (string, error) {
map_claims.go#L38: func (m MapClaims) GetSubject() (string, error) {
map_claims.go#L45: func (m MapClaims) parseNumericDate(key string) (*NumericDate, error) {
map_claims.go#L69: func (m MapClaims) parseClaimsString(key string) (ClaimStrings, error) {
map_claims.go#L92: func (m MapClaims) parseString(key string) (string, error) {
parser.go#L47: return p.ParseWithClaims(tokenString, MapClaims{}, keyFunc)
parser.go#L171: if c, ok := token.Claims.(MapClaims); ok {
parser.go#L180: if c, ok := token.Claims.(MapClaims); ok {
token.go#L42: return NewWithClaims(method, MapClaims{}, opts...)
github.com/coinbase/cdp-sdk/go/auth
jwt.go#L154: claims := jwt.MapClaims{
jwt.go#L194: claims := jwt.MapClaims{
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |