Get Token Plain Args
data class GetTokenPlainArgs(val identifier: String, val type: String, val verificationMethod: String) : ConvertibleToJava<GetTokenPlainArgs>
A collection of arguments for invoking getToken.
Properties
Link copied to clipboard
The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the identifier is a domain name.
Link copied to clipboard
The verification method for the Site Verification system to use to verify this site or domain. Possible values are: ANALYTICS
, DNS_CNAME
, DNS_TXT
, FILE
, META
, TAG_MANAGER
.