Kofax Mobile SDK API Reference
Properties | List of all members
kfxKLOUserProfile Class Reference

Server User Profile. More...

#import <kfxKLOUserProfile.h>

Inheritance diagram for kfxKLOUserProfile:

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...
 

Detailed Description

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.

Property Documentation

- (NSString*) domain
readwriteatomicstrong

Session domain.

The domain name for the server to which you want to connect.
Default: nil

- (NSString*) password
readwriteatomicstrong

Session password associated with the user name.

The password formatted as needed for this server.
Default: nil

- (NSString*) userEmailAddress
readwriteatomicstrong

User's email address.

The email address associated with the user for the server to send notifications for successful server transactions.
Default: nil

- (NSString*) username
readwriteatomicstrong

Session user name.

The user name formatted as needed for this server.
Default: nil


The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.