ClientInterface
in
Interface for basic clients.
Tags
Table of Contents
Methods
- getArguments() : array<string|int, mixed>
- Get the available configurations
- getCredentials() : array<string|int, mixed>
- Get the current client credentials
Methods
getArguments()
Get the available configurations
public
static getArguments() : array<string|int, mixed>
APIYes
Return values
array<string|int, mixed>getCredentials()
Get the current client credentials
public
getCredentials() : array<string|int, mixed>
APIYes