func golang.org/x/oauth2/jws.Encode
3 uses
golang.org/x/oauth2/jws (current package)
jws.go#L156: func Encode(header *Header, c *ClaimSet, key *rsa.PrivateKey) (string, error) {
golang.org/x/oauth2/google
jwt.go#L69: msg, err := jws.Encode(hdr, cs, ts.pk)
golang.org/x/oauth2/jwt
jwt.go#L127: payload, err := jws.Encode(&h, claimSet, pk)
![]() |
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. |