type golang.org/x/oauth2/jwt.Config
8 uses
golang.org/x/oauth2/jwt (current package)
jwt.go#L34: type Config struct {
jwt.go#L81: func (c *Config) TokenSource(ctx context.Context) oauth2.TokenSource {
jwt.go#L90: func (c *Config) Client(ctx context.Context) *http.Client {
jwt.go#L98: conf *Config
golang.org/x/oauth2/google
google.go#L80: func JWTConfigFromJSON(jsonKey []byte, scope ...string) (*jwt.Config, error) {
google.go#L116: func (f *credentialsFile) jwtConfig(scopes []string) *jwt.Config {
google.go#L117: cfg := &jwt.Config{
google.golang.org/grpc/credentials/oauth
oauth.go#L133: config *jwt.Config
![]() |
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. |