SecureBlackbox 2020 C++ Edition

Questions / Feedback?

FailureResponse Property

The web page showed to the user by the class on authorization failure.

Syntax

ANSI (Cross Platform)
char* GetFailureResponse();
int SetFailureResponse(const char* lpszFailureResponse); Unicode (Windows) LPWSTR GetFailureResponse();
INT SetFailureResponse(LPCWSTR lpszFailureResponse);
@property (nonatomic,readwrite,assign,getter=failureResponse,setter=setFailureResponse:) NSString* failureResponse;
- (NSString*)failureResponse;
- (void)setFailureResponse:(NSString*)newFailureResponse;
#define PID_OAUTHCLIENT_FAILURERESPONSE 53

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_OAuthClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_OAuthClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property contains the html of the web page to be shown on authorization failure.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]