SENTUserInfo
Class describing the Authenticated User Information
userId
@property (nonatomic, strong, readonly) NSString *userId;
token
@property (nonatomic, strong, readonly) SENTToken *token;
initWithUserId: andToken:
- (instancetype) initWithUserId: (NSString*) userId
andToken: (SENTToken*) token NS_DESIGNATED_INITIALIZER;
Last updated