|
iOS SDK API Reference
|
The credential used to authenticate peer. More...
#import <SKWPeerCredential.h>
Properties | |
| NSUInteger | timestamp |
| Current UNIX timestamp. | |
| NSUInteger | ttl |
| Time to live; The credential expires at timestamp + ttl. More... | |
| NSString * | authToken |
| Credential token calculated with HMAC. | |
The credential used to authenticate peer.
|
readwritenonatomicassign |
Time to live; The credential expires at timestamp + ttl.
The range of possible values for ttl is 600 to 90,000.
1.8.17