type golang.org/x/oauth2/jws.ClaimSet
8 uses
golang.org/x/oauth2/jws (current package)
jws.go#L34: type ClaimSet struct {
jws.go#L54: func (c *ClaimSet) encode() (string, error) {
jws.go#L117: func Decode(payload string) (*ClaimSet, error) {
jws.go#L128: c := &ClaimSet{}
jws.go#L137: func EncodeWithSigner(header *Header, c *ClaimSet, sg Signer) (string, error) {
jws.go#L156: func Encode(header *Header, c *ClaimSet, key *rsa.PrivateKey) (string, error) {
golang.org/x/oauth2/google
jwt.go#L57: cs := &jws.ClaimSet{
golang.org/x/oauth2/jwt
jwt.go#L107: claimSet := &jws.ClaimSet{
![]() |
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. |