- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for GetAccessKey (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/jwt/parser.go
} // MapClaims - implements custom unmarshaller type MapClaims struct { AccessKey string `json:"accessKey,omitempty"` jwtgo.MapClaims } // GetAccessKey will return the access key. // If nil an empty string will be returned. func (c *MapClaims) GetAccessKey() string { if c == nil { return "" } return c.AccessKey } // NewStandardClaims - initializes standard claimsCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 14.1K bytes - Click Count (0)