allowedReferrers property

  1. @TagNumber.new(1)
PbList<String> get allowedReferrers

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

Implementation

@$pb.TagNumber(1)
$pb.PbList<$core.String> get allowedReferrers => $_getList(0);