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

Questions / Feedback?

OOBContinuationIndicator Property

OOB continuation indicator.

Syntax

ANSI (Cross Platform)
int GetOOBContinuationIndicator();
int SetOOBContinuationIndicator(int bOOBContinuationIndicator); Unicode (Windows) BOOL GetOOBContinuationIndicator();
INT SetOOBContinuationIndicator(BOOL bOOBContinuationIndicator);
@property (nonatomic,readwrite,assign,getter=OOBContinuationIndicator,setter=setOOBContinuationIndicator:) BOOL OOBContinuationIndicator;
- (BOOL)OOBContinuationIndicator;
- (void)setOOBContinuationIndicator:(BOOL)newOOBContinuationIndicator;
#define PID_CLIENT_OOBCONTINUATIONINDICATOR 44

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

Default Value

FALSE

Remarks

An indicator notifying the ACS that the cardholder has completed the authentication as requested by selecting the continue button in an out-of-band (OOB) authentication method. This is exclusive to the app flow and required when the ACSUIType is set to OOB when the user has selected the continue option on the device.

Data Type

Boolean

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