type github.com/golang-jwt/jwt/v5.ClaimStrings
9 uses
github.com/golang-jwt/jwt/v5 (current package)
claims.go#L15: GetAudience() (ClaimStrings, error)
map_claims.go#L28: func (m MapClaims) GetAudience() (ClaimStrings, error) {
map_claims.go#L69: func (m MapClaims) parseClaimsString(key string) (ClaimStrings, error) {
registered_claims.go#L20: Audience ClaimStrings `json:"aud,omitempty"`
registered_claims.go#L51: func (c RegisteredClaims) GetAudience() (ClaimStrings, error) {
types.go#L103: type ClaimStrings []string
types.go#L105: func (s *ClaimStrings) UnmarshalJSON(data []byte) (err error) {
types.go#L118: aud = ClaimStrings(v)
types.go#L138: func (s ClaimStrings) MarshalJSON() (b []byte, err error) {
![]() |
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. |