GetTokenPlainArgs

data class GetTokenPlainArgs(val identifier: String, val type: String, val verificationMethod: String) : ConvertibleToJava<GetTokenPlainArgs>

A collection of arguments for invoking getToken.

Constructors

Link copied to clipboard
constructor(identifier: String, type: String, verificationMethod: String)

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 type of resource to be verified, either a domain or a web site. Possible values are: INET_DOMAIN, SITE.

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.

Functions

Link copied to clipboard
open override fun toJava(): GetTokenPlainArgs