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

Questions / Feedback?

ClientAuthResponse Property

The authentication response for an app-based flow.

Syntax

ANSI (Cross Platform)
char* GetClientAuthResponse();

Unicode (Windows)
LPWSTR GetClientAuthResponse();
@property (nonatomic,readonly,assign,getter=clientAuthResponse) NSString* clientAuthResponse;
- (NSString*)clientAuthResponse;
#define PID_SERVER_CLIENTAUTHRESPONSE 45

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

Default Value

""

Remarks

This property is populated after calling SendAuthRequest, and is only applicable for the app-based flow. If a challenge is required, this data should be sent back to the 3DS SDK over the secure channel.

See SendAuthRequest for more details about handling the response.

This property is read-only.

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]