RegistrationDto
FinalYes
Registration DTO.
Contains data for registration of a new client.
Table of Contents
Properties
- $clientId : string
- $secretKey : string
- $serverHost : string
Methods
- __construct() : mixed
Properties
$clientId read-only
public
string
$clientId
$secretKey read-only
public
string
$secretKey
$serverHost read-only
public
string
$serverHost
Methods
__construct()
public
__construct(string $clientId, string $secretKey, string $serverHost) : mixed
Parameters
- $clientId : string
- $secretKey : string
- $serverHost : string