SiteverificationFunctions

Functions

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

description: |- A verification token is used to demonstrate ownership of a website or domain.

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