LoginResponse
in package
Class LoginResponse
Attributes
- #[Schema]
Table of Contents
Properties
- $debug : string|null
- debug info if need
- $error : ErrorDescription|null
- error
- $result : UserAccount|null
- login structure
- $success : bool
- command result true if not found errors
- $warnings : array<string|int, string>|null
- warnings text messages array
Properties
$debug
debug info if need
public
string|null
$debug
Attributes
- #[Property]
$error
error
public
ErrorDescription|null
$error
Attributes
- #[Property]
$result
login structure
public
UserAccount|null
$result
Attributes
- #[Property]
$success
command result true if not found errors
public
bool
$success
Attributes
- #[Property]
$warnings
warnings text messages array
public
array<string|int, string>|null
$warnings
Attributes
- #[Property]