8#import <Foundation/Foundation.h>
16@protocol LocalAuthenticationDelegate <NSObject>
24- (void)onLocalAuthenticationSuccessWithOTP:(NSString *)otp andHostCode:(NSString *)hostCode;
29- (void)onLocalAuthenticationAborted;
36- (void)onLocalAuthenticationPasswordError:(
PasswordError*)error;
Definition PasswordError.h:18