SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SuccessResponse Property

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

Syntax

ANSI (Cross Platform)
char* GetSuccessResponse();
int SetSuccessResponse(const char* lpszSuccessResponse); Unicode (Windows) LPWSTR GetSuccessResponse();
INT SetSuccessResponse(LPCWSTR lpszSuccessResponse);
@property (nonatomic,readwrite,assign,getter=successResponse,setter=setSuccessResponse:) NSString* successResponse;
- (NSString*)successResponse;
- (void)setSuccessResponse:(NSString*)newSuccessResponse;
#define PID_OAUTHCLIENT_SUCCESSRESPONSE 112

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 success.

Data Type

String

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