ZKAuthenticationConfig
Objective-C
@interface ZKAuthenticationConfig : NSObject
Swift
class ZKAuthenticationConfig : NSObject
Record containing Strong Customer Authentication (SCA) config
-
Declaration
Objective-C
- (nonnull instancetype)initWithKnowledgeBase:(nonnull NSArray<ZKKbaQuestion *> *)knowledgeBase;Swift
init(knowledgeBase: [ZKKbaQuestion]) -
Declaration
Objective-C
+ (nonnull instancetype)authenticationConfigWithKnowledgeBase:(nonnull NSArray<ZKKbaQuestion *> *)knowledgeBase; -
Knowledge-Based Authentication (KBA) questions.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) NSArray<ZKKbaQuestion *> *knowledgeBase;Swift
var knowledgeBase: [ZKKbaQuestion] { get }
View on GitHub
ZKAuthenticationConfig Class Reference