Kofax Mobile SDK API Reference
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Functions
a
b
c
d
e
f
g
i
j
k
l
m
n
p
q
r
s
t
u
w
Variables
Enumerations
Enumerator
+
Properties
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Files
File List
+
File Members
+
All
b
c
d
f
g
i
k
l
m
o
p
r
s
t
u
Variables
Typedefs
+
Enumerations
b
d
f
k
l
+
Enumerator
b
c
d
f
g
i
k
l
m
p
r
s
t
Macros
MobileSDK
PublicAPI
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
kfxExtractionCredentials::password
NSString * password
A string value with password.
Definition:
kfxExtractionCredentials.h:31
kfxExtractionCredentials
The extraction credentials class.
Definition:
kfxExtractionCredentials.h:17
kfxExtractionCredentials::username
NSString * username
A string value with user name.
Definition:
kfxExtractionCredentials.h:24
kfxExtractionCredentials::sessionId
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.