Skip to content

class SealdPreValidationToken

objc
@interface SealdPreValidationToken : NSObject
@interface SealdPreValidationToken : NSObject

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

MembersDescriptions
domainValidationKeyId
nonce
token

domainValidationKeyId

objc
@property (strong, readonly) NSString * domainValidationKeyId;
@property (strong, readonly) NSString * domainValidationKeyId;

nonce

objc
@property (strong, readonly) NSString * nonce;
@property (strong, readonly) NSString * nonce;

token

objc
@property (strong, readonly) NSString * token;
@property (strong, readonly) NSString * token;