class SealdPreValidationToken
objc
@interface SealdPreValidationToken : NSObject
SealdPreValidationToken represents a way for your server to authorize the adding of a connector.
Members | Descriptions |
---|---|
domainValidationKeyId | |
nonce | |
token |
domainValidationKeyId
objc
@property (strong, readonly) NSString * domainValidationKeyId;
nonce
objc
@property (strong, readonly) NSString * nonce;
token
objc
@property (strong, readonly) NSString * token;