OIUserInfo Class Reference
Inherits from | NSObject |
Declared in | OIUserInfo.h OIUserInfo.m |
Overview
This class contains informations about logon user. Instance of this class is used for operation, which needed authentication.
Tasks
-
email
User email.
property -
password
User password.
property -
firstName
First name.
property -
lastName
Last name.
property -
userLogged
True if user is logged.
property -
– createAuthenticatorWithUri:
Create (OIAPIUserAuthenticator) instance by request uri.
-
– logout
Logout user.
Properties
User email.
@property (nonatomic, retain) NSString *email
Discussion
User email.
Declared In
OIUserInfo.h
firstName
First name.
@property (nonatomic, retain) NSString *firstName
Discussion
First name.
Declared In
OIUserInfo.h
lastName
Last name.
@property (nonatomic, retain) NSString *lastName
Discussion
Last name.
Declared In
OIUserInfo.h
Instance Methods
createAuthenticatorWithUri:
Create (OIAPIUserAuthenticator) instance by request uri.
- (OIAPIUserAuthenticator *)createAuthenticatorWithUri:(NSString *)uri
Parameters
- uri
Request uri.
Return Value
Return (OIAPIUserAuthenticator) instance, which will be used to user authentication.
Discussion
Create (OIAPIUserAuthenticator) instance by request uri.
Declared In
OIUserInfo.h