|
Kofax Mobile SDK API Reference
|
Server User Profile. More...
#import <kfxKLOUserProfile.h>
Properties | |
| NSString * | username |
| Session user name. More... | |
| NSString * | password |
| Session password associated with the user name. More... | |
| NSString * | domain |
| Session domain. More... | |
| NSString * | userEmailAddress |
| User's email address. More... | |
Server User Profile.
Framework: libKfxLogistics
Import suggestion: #import <kfxLibLogistics/kfxLogistics.h>
An instance of this class contains all the user information needed to login to a server.
|
readwriteatomicstrong |
Session domain.
The domain name for the server to which you want to connect.
Default: nil
|
readwriteatomicstrong |
Session password associated with the user name.
The password formatted as needed for this server.
Default: nil
|
readwriteatomicstrong |
User's email address.
The email address associated with the user for the server to send notifications for successful server transactions.
Default: nil
|
readwriteatomicstrong |
Session user name.
The user name formatted as needed for this server.
Default: nil