25 #import <Foundation/Foundation.h>
64 @property(strong) NSString* password;
71 - (instancetype)initWithCode:(
enum HIDEventResultCode)code andPassword:(NSString*) pwd;
83 @property(readonly) NSString *
ID;
124 @property(readonly) id<HIDPasswordPolicy> passwordPolicy;
129 @property(readonly) Boolean passwordInitialization;
134 @property(readonly) NSDate* expiryDate;
Base class for a synchronization event sent from the server.
Definition: HIDProgressListener.h:78
This interface provides an integration point for receiving status information sent from the server du...
Definition: HIDProgressListener.h:144
Security policy for the protection of sensitive data.
HIDEventResultCode
Enumeration indicating the outcome of the processing Represents the HIDEventResult result possibiliti...
Definition: HIDProgressListener.h:38
Represents the result of HIDProgressListener client-side event processing.
Definition: HIDProgressListener.h:43
NSArray * parameters
Returns the metadata parameters.
Definition: HIDProgressListener.h:103
A synchronization password request event sent from the server.
Definition: HIDProgressListener.h:119
Represents the requested password information for a HIDPasswordPromptEvent.
Definition: HIDProgressListener.h:60
NSString * ID
Returns the type identifier of this event.
Definition: HIDProgressListener.h:83
A synchronization progress event sent from the server.
Definition: HIDProgressListener.h:112
enum HIDEventResultCode code
Event Result Code.
Definition: HIDProgressListener.h:47