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