8#import <Foundation/Foundation.h>
9#import <MSSOrchestration/CryptoAppIndex.h>
10#import <MSSOrchestration/ProtectionType.h>
11#import <MSSOrchestration/OrchestrationUser.h>
12NS_ASSUME_NONNULL_BEGIN
14@protocol LocalAuthenticationDelegate;
36@property (nonatomic, strong, nullable) NSString*
challenge;
CryptoAppIndex
Definition CryptoAppIndex.h:15
ProtectionType
Definition ProtectionType.h:12
Definition LocalAuthenticationParams.h:21
OrchestrationUser * orchestrationUser
Definition LocalAuthenticationParams.h:26
CryptoAppIndex cryptoAppIndex
Definition LocalAuthenticationParams.h:31
id< LocalAuthenticationDelegate > localAuthenticationDelegate
Definition LocalAuthenticationParams.h:46
ProtectionType protectionType
Definition LocalAuthenticationParams.h:41
NSString * challenge
Definition LocalAuthenticationParams.h:36
Definition OrchestrationUser.h:17