8#import <Foundation/Foundation.h>
9#import <MSSOrchestration/RemoteAuthenticationDisplayDataCallerDelegate.h>
10#import <MSSOrchestration/OrchestrationUser.h>
11NS_ASSUME_NONNULL_BEGIN
25@protocol RemoteAuthenticationDelegate <NSObject>
36- (void)onRemoteAuthenticationForOrchestrationUser:(
OrchestrationUser *)user dataToDisplay:(NSString *)dataToDisplay caller:(
id <RemoteAuthenticationDisplayDataCallerDelegate>)caller;
44- (void)onRemoteAuthenticationStepCompleteWithCommand:(NSString *)command;
53} RemoteAuthenticationSuccessSessionState;
71} RemoteAuthenticationSessionReason;
Definition OrchestrationUser.h:17
Definition PasswordError.h:18
void onRemoteAuthenticationAborted()
RemoteAuthenticationSuccessSessionState
Definition RemoteAuthenticationDelegate.h:50
@ RemoteAuthenticationSuccessSessionStateRefused
Definition RemoteAuthenticationDelegate.h:52
@ RemoteAuthenticationSuccessSessionStateAccepted
Definition RemoteAuthenticationDelegate.h:51
RemoteAuthenticationSessionReason
Definition RemoteAuthenticationDelegate.h:66
@ RemoteAuthenticationSessionExpired
Definition RemoteAuthenticationDelegate.h:67
@ RemoteAuthenticationSessionAccepted
Definition RemoteAuthenticationDelegate.h:68
@ RemoteAuthenticationSessionRefused
Definition RemoteAuthenticationDelegate.h:69
@ RemoteAuthenticationSessionUnknown
Definition RemoteAuthenticationDelegate.h:70