Kofax Mobile SDK API Reference
kfxKLOUserProfile.h
Go to the documentation of this file.
1 // API Reference
2 //
3 // kfxKLOUserProfile.h
4 // KMCLogistics Objects
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
12 
17 @interface kfxKLOUserProfile : NSObject
18 
19 // ==========================================================
21 
25 @property (strong) NSString* username;
26 
27 // ==========================================================
29 
33 @property (strong) NSString* password;
34 
35 
36 // ==========================================================
38 
42 @property (strong) NSString* domain;
43 
44 // ==========================================================
46 
50 @property (strong) NSString* userEmailAddress;
51 @end
Server User Profile.
Definition: kfxKLOUserProfile.h:17
NSString * password
Session password associated with the user name.
Definition: kfxKLOUserProfile.h:33
NSString * userEmailAddress
User's email address.
Definition: kfxKLOUserProfile.h:50
NSString * username
Session user name.
Definition: kfxKLOUserProfile.h:25
NSString * domain
Session domain.
Definition: kfxKLOUserProfile.h:42
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.