AuthToken Property

The authentication token.

Syntax

ANSI (Cross Platform)
int GetAuthToken(char* &lpAuthToken, int &lenAuthToken);

Unicode (Windows)
INT GetAuthToken(LPSTR &lpAuthToken, INT &lenAuthToken);
@property (nonatomic,readonly,assign,getter=authToken) NSString* authToken;
- (NSString*)authToken;

@property (nonatomic,readonly,assign,getter=authTokenB) NSData* authTokenB; - (NSData*)authTokenB;
#define PID_NTLM_AUTHTOKEN 1

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_NTLM_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property holds the created authentication token. This property is populated after calling CreateAuthToken.

Note: By default this value is Base64 encoded. Set EncodeToken to False before calling CreateAuthToken to obtain the raw value.

This property is read-only.

Data Type

Binary String

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