SecureBlackbox 2020 C++ Edition

Questions / Feedback?

RefreshToken Property

The refresh token, to be used to automatically obtain new access token.

Syntax

ANSI (Cross Platform)
char* GetRefreshToken();
int SetRefreshToken(const char* lpszRefreshToken); Unicode (Windows) LPWSTR GetRefreshToken();
INT SetRefreshToken(LPCWSTR lpszRefreshToken);
@property (nonatomic,readwrite,assign,getter=refreshToken,setter=setRefreshToken:) NSString* refreshToken;
- (NSString*)refreshToken;
- (void)setRefreshToken:(NSString*)newRefreshToken;
#define PID_OAUTHCLIENT_REFRESHTOKEN 78

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

The refresh token is used to obtain new AccessToken without user authentication.

Data Type

String

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