func golang.org/x/oauth2/google.JWTConfigFromJSON
5 uses
golang.org/x/oauth2/google (current package)
google.go#L80: func JWTConfigFromJSON(jsonKey []byte, scope ...string) (*jwt.Config, error) {
jwt.go#L27: cfg, err := JWTConfigFromJSON(jsonKey)
google.golang.org/api/idtoken
idtoken.go#L107: cfg, err := google.JWTConfigFromJSON(data, ds.Scopes...)
google.golang.org/grpc/credentials/oauth
oauth.go#L162: config, err := google.JWTConfigFromJSON(jsonKey, scope...)
oauth.go#L213: if _, err := google.JWTConfigFromJSON(creds.JSON); err != nil {
![]() |
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. |