SiteverificationFunctions

Functions

Link copied to clipboard
suspend fun getToken(argument: GetTokenPlainArgs): GetTokenResult

A verification token is used to demonstrate ownership of a website or domain. To get more information about Token, see:

suspend fun getToken(argument: suspend GetTokenPlainArgsBuilder.() -> Unit): GetTokenResult
suspend fun getToken(identifier: String, type: String, verificationMethod: String): GetTokenResult