File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 57
57
// executable-sourced credentials), please check out:
58
58
// https://cloud.google.com/iam/docs/using-workload-identity-federation#oidc
59
59
//
60
+ // Note that this library does not perform any validation on the token_url, token_info_url,
61
+ // or service_account_impersonation_url fields of the credential configuration.
62
+ // It is not recommended to use a credential configuration that you did not generate with
63
+ // the gcloud CLI unless you verify that the URL fields point to a googleapis.com domain.
64
+ //
60
65
// # Credentials
61
66
//
62
67
// The Credentials type represents Google credentials, including Application Default
82
87
// JWTConfigFromJSON, but the Credentials may contain additional information
83
88
// that is useful is some circumstances.
84
89
//
85
- // Note that this library does not perform any validation on the token_url, token_info_url,
86
- // or service_account_impersonation_url fields of the credential configuration.
87
- // It is not recommended to use a credential configuration that you did not generate with
88
- // the gcloud CLI unless you verify that the URL fields point to a googleapis.com domain.
89
90
package google // import "golang.org/x/oauth2/google"
You can’t perform that action at this time.
0 commit comments