func golang.org/x/oauth2/google.FindDefaultCredentials
5 uses
golang.org/x/oauth2/google (current package)
default.go#L54: creds, err := FindDefaultCredentials(ctx, scope...)
default.go#L76: func FindDefaultCredentials(ctx context.Context, scopes ...string) (*Credentials, error) {
contrib.go.opencensus.io/exporter/stackdriver
stackdriver.go#L313: creds, err := google.FindDefaultCredentials(ctx, traceapi.DefaultAuthScopes()...)
google.golang.org/api/internal
creds.go#L49: cred, err := google.FindDefaultCredentials(ctx, ds.Scopes...)
google.golang.org/grpc/credentials/oauth
oauth.go#L182: creds, err := google.FindDefaultCredentials(ctx, scope...)
 |
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. |