method property

String? method
getter/setter pair

The verification method to use in conjunction with this token.

For FILE, the token should be placed in the top-level directory of the site, stored inside a file of the same name. For META, the token should be placed in the HEAD tag of the default page that is loaded for the site. For DNS, the token should be placed in a TXT record of the domain.

Implementation

core.String? method;