Skip to content

PreValidationToken

data class PreValidationToken(val domainValidationKeyId: String, val nonce: String, val token: String)

PreValidationToken represents a way for your server to authorize the adding of a connector.

Constructors

PreValidationTokenconstructor(domainValidationKeyId: String, nonce: String, token: String)

Properties

NameSummary
domainValidationKeyIdval domainValidationKeyId: String
nonceval nonce: String
tokenval token: String