golang.org/x/oauth2/jwt.jwtSource.conf (field)
12 uses
golang.org/x/oauth2/jwt (current package)
jwt.go#L98: conf *Config
jwt.go#L102: pk, err := internal.ParseKey(js.conf.PrivateKey)
jwt.go#L108: Iss: js.conf.Email,
jwt.go#L109: Scope: strings.Join(js.conf.Scopes, " "),
jwt.go#L110: Aud: js.conf.TokenURL,
jwt.go#L111: PrivateClaims: js.conf.PrivateClaims,
jwt.go#L113: if subject := js.conf.Subject; subject != "" {
jwt.go#L119: if t := js.conf.Expires; t > 0 {
jwt.go#L122: if aud := js.conf.Audience; aud != "" {
jwt.go#L126: h.KeyID = js.conf.PrivateKeyID
jwt.go#L134: resp, err := hc.PostForm(js.conf.TokenURL, v)
jwt.go#L178: if js.conf.UseIDToken {
![]() |
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. |