IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

AccountAuthToken Property

The authorization token that will be used to authorize requests.

Syntax

ANSI (Cross Platform)
char* GetAccountAuthToken();

Unicode (Windows)
LPWSTR GetAccountAuthToken();
@property (nonatomic,readonly,assign,getter=accountAuthToken) NSString* accountAuthToken;
- (NSString*)accountAuthToken;
#define PID_BACKBLAZEB2_ACCOUNTAUTHTOKEN 5

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_BackblazeB2_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The authorization token that will be used to authorize requests.

This property reflects the actual authorization token that will be used to authorize requests sent to the server. This token is obtained by calling Authorize to authenticate to the server using the current ApplicationKey and ApplicationKeyId values; it is valid for up to 24 hours.

This property is read-only and not available at design time.

Data Type

String

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