Documentation

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]

$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]
On this page

Search results