TokenClient
in package
Handles interactions with the token endpoints.
Tags
Table of Contents
Properties
Methods
- getInstance() : static
- Factory method for Token Client.
- getTokens() : array<string|int, mixed>
- Get Tokens.
- __construct() : mixed
Properties
$instance
private
static self|null
$instance
= null
$restCli
private
RESTcli
$restCli
Methods
getInstance()
Factory method for Token Client.
public
static getInstance(RESTcli $restCli) : static
Parameters
- $restCli : RESTcli
Return values
staticgetTokens()
Get Tokens.
public
getTokens() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>__construct()
private
__construct(RESTcli $restCli) : mixed
Parameters
- $restCli : RESTcli