allowedOrigins property
AllowedOrigins are all HTTP origins where the application is allowed to be used from. This is used to prevent CORS issues in browsers. If the origin of the request is not in this list, the request will be rejected. This is especially important for SPAs. Note that this is a generated list from the redirect_uris and additional_origins. If you use the application from another origin, you have to add it to the additional_origins.
Implementation
@$pb.TagNumber(18)
$pb.PbList<$core.String> get allowedOrigins => $_getList(17);