LoginRequest
in package
Class LoginRequest
Attributes
- #[Schema]
Table of Contents
Properties
- $api_key : string|null
- api key
- $login : string|null
- user login
- $password : string|null
- user password
- $token : string|null
- token
Properties
$api_key
api key
public
string|null
$api_key
Attributes
- #[Property]
$login
user login
public
string|null
$login
Attributes
- #[Property]
$password
user password
public
string|null
$password
Attributes
- #[Property]
$token
token
public
string|null
$token
Attributes
- #[Property]