iOS SDK API Reference

Properties | List of all members
SKWPeerCredential Class Reference

The credential used to authenticate peer. More...

#import <SKWPeerCredential.h>

Inheritance diagram for SKWPeerCredential:

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.
 

Detailed Description

The credential used to authenticate peer.

Property Documentation

◆ ttl

- (NSUInteger) ttl
readwritenonatomicassign

Time to live; The credential expires at timestamp + ttl.

The range of possible values for ttl is 600 to 90,000.