For the complete documentation index, see llms.txt. This page is also available as Markdown.

SENTToken

tokenId

@property (nonatomic, strong, readonly) NSString *tokenId;

expiryDate

@property (nonatomic, strong, readonly) NSDate *expiryDate;

isExpired

@property (nonatomic, readonly) BOOL isExpired;

Last updated