allowedReferrers property

List<String>? allowedReferrers
getter/setter pair

A list of regular expressions for the referrer URLs that are allowed to make API calls with this key.

Implementation

core.List<core.String>? allowedReferrers;