type google.golang.org/grpc/credentials/oauth.oauthAccess

4 uses

	google.golang.org/grpc/credentials/oauth (current package)
		oauth.go#L100: type oauthAccess struct {
		oauth.go#L106: 	return oauthAccess{token: *token}
		oauth.go#L109: func (oa oauthAccess) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, error) {
		oauth.go#L118: func (oa oauthAccess) RequireTransportSecurity() bool {