TokenType Property
Returns the access token type.
Object Oriented Interface
public function getTokenType();
Procedural Interface
secureblackbox_oauthclient_get($res, 129 );
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