8#import <Foundation/Foundation.h>
9#import <MSSOrchestration/CryptoAppIndex.h>
10#import <MSSOrchestration/ProtectionType.h>
11#import <MSSOrchestration/OrchestrationUser.h>
13@protocol LocalAuthenticationDelegate;
CryptoAppIndex
Definition: CryptoAppIndex.h:15
ProtectionType
Definition: ProtectionType.h:12
Definition: LocalAuthenticationParams.h:20
OrchestrationUser * orchestrationUser
Definition: LocalAuthenticationParams.h:25
CryptoAppIndex cryptoAppIndex
Definition: LocalAuthenticationParams.h:30
id< LocalAuthenticationDelegate > localAuthenticationDelegate
Definition: LocalAuthenticationParams.h:45
ProtectionType protectionType
Definition: LocalAuthenticationParams.h:40
NSString * challenge
Definition: LocalAuthenticationParams.h:35
Definition: OrchestrationUser.h:17