SecureBlackbox 2020 C++ Edition

Questions / Feedback?

TokenType Property

Returns the access token type.

Syntax

ANSI (Cross Platform)
char* GetTokenType();

Unicode (Windows)
LPWSTR GetTokenType();
@property (nonatomic,readonly,assign,getter=tokenType) NSString* tokenType;
- (NSString*)tokenType;
#define PID_OAUTHCLIENT_TOKENTYPE 129

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

Default Value

""

Remarks

The access token type provides a client with the information on how to use the AccessToken. The understanding of token type is the client's responsibility. Some token types are described, for instance, in RFC 6750 and OAuth-HTTP-MAC specifications.

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

Data Type

String

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