Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
<LocalAuthenticationDelegate> Protocol Reference

#include <LocalAuthenticationDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onLocalAuthenticationSuccessWithOTP:andHostCode:
 
(void) - onLocalAuthenticationAborted
 
(void) - onLocalAuthenticationPasswordError:
 

Detailed Description

Interface to implement in order to receive events related to local authentication.

Method Documentation

◆ onLocalAuthenticationAborted

- (void) onLocalAuthenticationAborted

Called upon local authentication abortion

◆ onLocalAuthenticationPasswordError:

- (void) onLocalAuthenticationPasswordError: (PasswordError *) error

Called upon password error when performing local authentication.

Parameters
errorthe type of password error

◆ onLocalAuthenticationSuccessWithOTP:andHostCode:

- (void) onLocalAuthenticationSuccessWithOTP: (NSString *) otp
andHostCode: (NSString *) hostCode 

Called upon local authentication success.

Parameters
otpthe generated one-time password
hostCodethe generated host code

The documentation for this protocol was generated from the following file: