google.golang.org/api/internal.DialSettings.Audiences (field)

7 uses

	google.golang.org/api/internal (current package)
		creds.go#L37: 		return credentialsFromJSON(ctx, ds.CredentialsJSON, ds.Endpoint, ds.Scopes, ds.Audiences)
		creds.go#L44: 		return credentialsFromJSON(ctx, data, ds.Endpoint, ds.Scopes, ds.Audiences)
		creds.go#L54: 		return credentialsFromJSON(ctx, cred.JSON, ds.Endpoint, ds.Scopes, ds.Audiences)
		settings.go#L32: 	Audiences           []string
		settings.go#L79: 	if len(ds.Scopes) > 0 && len(ds.Audiences) > 0 {

	google.golang.org/api/option
		option.go#L181: 	o.Audiences = make([]string, len(w))
		option.go#L182: 	copy(o.Audiences, w)