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
| PreValidationToken | constructor(domainValidationKeyId: String, nonce: String, token: String) |
Properties
| Name | Summary |
|---|---|
| domainValidationKeyId | val domainValidationKeyId: String |
| nonce | val nonce: String |
| token | val token: String |