Byd\ApiClient\Dto\Response\AuthToken
No PHPDoc description provided.
Type: class
Source: src/Dto/Response/AuthToken.php
Public properties
| Property | Type | Default |
|---|---|---|
userId |
string |
— |
signToken |
string |
— |
encryptionToken |
string |
— |
raw |
array |
— |
Public methods
__construct
No PHPDoc description provided.
public function __construct(string $userId, string $signToken, string $encryptionToken, array $raw = []): mixed