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