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

The extraction credentials class. More...

#import <kfxExtractionCredentials.h>

Inheritance diagram for kfxExtractionCredentials:

Properties

NSString * username
 A string value with user name. More...
 
NSString * password
 A string value with password. More...
 
NSString * sessionId
 A string value with session ID. More...
 

Detailed Description

The extraction credentials class.

The object allows to specify server credentials. The behavior and default values for some parameters could vary cross capture view controllers and details are specified in target document capture view controller parameters class.

See also
kfxExtractionParameters

Property Documentation

- (NSString*) password
readwritenonatomiccopy

A string value with password.

Specify password if applicable. The default value is nil.

- (NSString*) sessionId
readwritenonatomiccopy

A string value with session ID.

Specify session ID if applicable. The default value is nil.

- (NSString*) username
readwritenonatomiccopy

A string value with user name.

Specify user name if applicable. The default value is 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.