23 #import <Foundation/Foundation.h>
60 @property(strong) NSString* password;
67 - (instancetype)initWithCode:(
enum HIDEventResultCode)code andPassword:(NSString*) pwd;
79 @property(readonly) NSString *
ID;
104 @property(readonly) id<HIDPasswordPolicy> passwordPolicy;
109 @property(readonly) Boolean passwordInitialization;
114 @property(readonly) NSDate* expiryDate;
A synchronization event sent from the server.
Definition: HIDProgressListener.h:74
This interface provides an integration point for receiving status information sent from the server du...
Definition: HIDProgressListener.h:124
Security policy for the protection of sensitive data.
HIDEventResultCode
Enumeration indicating the outcome of the processing.
Definition: HIDProgressListener.h:35
Represents the result of the event processing.
Definition: HIDProgressListener.h:40
NSArray * parameters
Returns the metadata parameters.
Definition: HIDProgressListener.h:84
Password prompt event.
Definition: HIDProgressListener.h:99
Represents the result of the HIDPasswordPromptEvent processing.
Definition: HIDProgressListener.h:56
NSString * ID
Returns the type identifier of this event.
Definition: HIDProgressListener.h:79
A synchronization event sent from the server.
Definition: HIDProgressListener.h:93
enum HIDEventResultCode code
Event Result Code.
Definition: HIDProgressListener.h:44