golang.org/x/oauth2/jws.ClaimSet.PrivateClaims (field)
5 uses
golang.org/x/oauth2/jws (current package)
jws.go#L51: PrivateClaims map[string]interface{} `json:"-"`
jws.go#L74: if len(c.PrivateClaims) == 0 {
jws.go#L79: prv, err := json.Marshal(c.PrivateClaims)
jws.go#L81: return "", fmt.Errorf("jws: invalid map of private claims %v", c.PrivateClaims)
golang.org/x/oauth2/jwt
jwt.go#L111: PrivateClaims: js.conf.PrivateClaims,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |