CustomerAuthentication
extends ResourceModel
Table of Contents
-
$force_password_reset
: bool
-
$new_password
: string
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$force_password_reset
public
bool
$force_password_reset
$new_password
public
string
$new_password
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—