Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
LocalAuthenticationParams Class Reference

#include <LocalAuthenticationParams.h>

Inherits NSObject.

Properties

OrchestrationUserorchestrationUser
 
CryptoAppIndex cryptoAppIndex
 
NSString * challenge
 
ProtectionType protectionType
 
id< LocalAuthenticationDelegatelocalAuthenticationDelegate
 

Detailed Description

Parameters for performing a local authentication.

Property Documentation

◆ challenge

- (NSString*) challenge
readwritenonatomicstrong
Returns
the challenge used when computing the one-time password.

◆ cryptoAppIndex

- (CryptoAppIndex) cryptoAppIndex
readwritenonatomicassign
Returns
the crypto app index used to generate the one-time password.

◆ localAuthenticationDelegate

- (id<LocalAuthenticationDelegate>) localAuthenticationDelegate
readwritenonatomicweak
Returns
the callback used to receive events related to local authentication.

◆ orchestrationUser

- (OrchestrationUser*) orchestrationUser
readwritenonatomicstrong

Gets the configured user for performing a local authentication.

Returns
the configured user

◆ protectionType

- (ProtectionType) protectionType
readwritenonatomicassign
Returns
the protection type used to generate the one-time password.

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