sessionTokenSiteKeys property

List<String>? sessionTokenSiteKeys
getter/setter pair

A list of site keys to be used during the validation of reCAPTCHA session-tokens.

The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.

Implementation

core.List<core.String>? sessionTokenSiteKeys;