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

#include <ChangePasswordParams.h>

Inherits NSObject.

Properties

OrchestrationUserorchestrationUser
 
id< ChangePasswordDelegatechangePasswordDelegate
 
CryptoAppIndex cryptoAppIndex
 

Detailed Description

A ChangePasswordParams object provides parameters to change password of a specific user.

Property Documentation

◆ changePasswordDelegate

- (id<ChangePasswordDelegate>) changePasswordDelegate
readwritenonatomicweak

Gets the configured ChangePasswordDelegate.
Sets the ChangePasswordDelegate to be notified about change password events.

◆ cryptoAppIndex

- (CryptoAppIndex) cryptoAppIndex
readwritenonatomicassign

Gets the cryptoAppIndex used to generate OTPs. Sets the cryptoAppIndex that will be used to generate OTPs.

◆ orchestrationUser

- (OrchestrationUser*) orchestrationUser
readwritenonatomicstrong

Gets the configured user identifier to be used to change the password. Sets the user identifier to be used to change the password.


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