Kofax Mobile SDK API Reference
kfxExtractionCredentials.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxExtractionCredentials.h
4 // Framework: MobileSDK
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 
8 #import <Foundation/Foundation.h>
9 
11 
17 @interface kfxExtractionCredentials : NSObject <NSCopying>
18 
20 
24 @property (nonatomic, copy) NSString* username;
25 
27 
31 @property (nonatomic, copy) NSString* password;
32 
34 
38 @property (nonatomic, copy) NSString* sessionId;
39 
40 @end
NSString * password
A string value with password.
Definition: kfxExtractionCredentials.h:31
The extraction credentials class.
Definition: kfxExtractionCredentials.h:17
NSString * username
A string value with user name.
Definition: kfxExtractionCredentials.h:24
NSString * sessionId
A string value with session ID.
Definition: kfxExtractionCredentials.h:38
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.