golang.org/x/oauth2/jws.ClaimSet.Aud (field)
4 uses
golang.org/x/oauth2/jws (current package)
jws.go#L37: Aud string `json:"aud"` // descriptor of the intended target of the assertion (Optional).
golang.org/x/oauth2/google
jwt.go#L60: Aud: ts.audience,
golang.org/x/oauth2/jwt
jwt.go#L110: Aud: js.conf.TokenURL,
jwt.go#L123: claimSet.Aud = aud
![]() |
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. |