/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

NotificationURL Property

The notification URL to which the challenge response is sent.

Syntax

ANSI (Cross Platform)
char* GetNotificationURL();
int SetNotificationURL(const char* lpszNotificationURL); Unicode (Windows) LPWSTR GetNotificationURL();
INT SetNotificationURL(LPCWSTR lpszNotificationURL);
@property (nonatomic,readwrite,assign,getter=notificationURL,setter=setNotificationURL:) NSString* notificationURL;
- (NSString*)notificationURL;
- (void)setNotificationURL:(NSString*)newNotificationURL;
#define PID_SERVER_NOTIFICATIONURL 60

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property specifies the URL to which the final challenge response is POSTed in a browser-based flow. This must be set before calling SendAuthRequest.

After the challenge interaction is complete the ACS will post data to the URL specified in this property to notify the application that the challenge is complete. The data received at this URL can be processed by calling CheckResponse. See GetChallengeRequest and CheckResponse for more details.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]