Inherits from NSObject
Declared in JOUser.h

Overview

This class contains various methods for receiving information about a user.

Tasks

Properties

userId

This property is the identifier of the user.

@property (atomic, strong) NSString *userId

Declared In

JOUser.h

userSecureToken

This property is the secure token of the user.

@property (atomic, strong) NSString *userSecureToken

Declared In

JOUser.h

Instance Methods

initWithJSON:

This methods creates a user object from a JSON string.

- (id)initWithJSON:(NSDictionary *)json

Declared In

JOUser.h