Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
LocalAuthenticationDelegate.h
Go to the documentation of this file.
1
2//
3// Copyright (c) since 1999. VASCO DATA SECURITY
4// All rights reserved. http://www.vasco.com
5//
7
8#import <Foundation/Foundation.h>
9
10@class PasswordError;
11
15NS_REFINED_FOR_SWIFT
16@protocol LocalAuthenticationDelegate <NSObject>
17
24- (void)onLocalAuthenticationSuccessWithOTP:(NSString *)otp andHostCode:(NSString *)hostCode;
25
29- (void)onLocalAuthenticationAborted;
30
36- (void)onLocalAuthenticationPasswordError:(PasswordError*)error;
37
38@end
Definition PasswordError.h:18