Orchestration SDK
5.11.0
Loading...
Searching...
No Matches
ChangePasswordDelegate.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
NS_ASSUME_NONNULL_BEGIN
10
11
@class
PasswordError
;
12
17
NS_REFINED_FOR_SWIFT
18
@protocol
ChangePasswordDelegate <NSObject>
19
23
- (void)
onChangePasswordSuccess
;
24
28
- (void)
onChangePasswordAborted
;
29
33
- (void)onChangePasswordInputError:(
PasswordError
*)error;
34
41
- (void)onChangePasswordStepComplete:(NSString *)command;
42
43
@end
44
45
NS_ASSUME_NONNULL_END
PasswordError
Definition
PasswordError.h:18
-[ChangePasswordDelegate-p onChangePasswordAborted]
void onChangePasswordAborted()
-[ChangePasswordDelegate-p onChangePasswordSuccess]
void onChangePasswordSuccess()
OrchestrationSDK
flows
change_password
ChangePasswordDelegate.h
Generated on Thu May 15 2025 12:49:35 for Orchestration SDK by
1.13.2