NotCompromisedPasswordConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $enabled : mixed
- $endpoint : mixed
Methods
- __construct() : mixed
- enabled() : $this
- When disabled, compromised passwords will be accepted as valid.
- endpoint() : $this
- API endpoint for the NotCompromisedPassword Validator.
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$enabled
private
mixed
$enabled
$endpoint
private
mixed
$endpoint
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
enabled()
When disabled, compromised passwords will be accepted as valid.
public
enabled(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thisendpoint()
API endpoint for the NotCompromisedPassword Validator.
public
endpoint(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>