RememberMeConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $alwaysRememberMe : mixed
- $catchExceptions : mixed
- $domain : mixed
- $httponly : mixed
- $lifetime : mixed
- $name : mixed
- $path : mixed
- $rememberMeParameter : mixed
- $samesite : mixed
- $secret : mixed
- $secure : mixed
- $service : mixed
- $signatureProperties : mixed
- $tokenProvider : mixed
- $tokenVerifier : mixed
- $userProviders : mixed
Methods
- __construct() : mixed
- alwaysRememberMe() : $this
- catchExceptions() : $this
- domain() : $this
- httponly() : $this
- lifetime() : $this
- name() : $this
- path() : $this
- rememberMeParameter() : $this
- samesite() : $this
- secret() : $this
- secure() : $this
- service() : $this
- signatureProperties() : $this
- toArray() : array<string|int, mixed>
- tokenProvider() : TokenProviderConfig|$this
- tokenVerifier() : $this
- The service ID of a custom rememberme token verifier.
- userProviders() : $this
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$alwaysRememberMe
private
mixed
$alwaysRememberMe
$catchExceptions
private
mixed
$catchExceptions
$domain
private
mixed
$domain
$httponly
private
mixed
$httponly
$lifetime
private
mixed
$lifetime
$name
private
mixed
$name
$path
private
mixed
$path
$rememberMeParameter
private
mixed
$rememberMeParameter
$samesite
private
mixed
$samesite
$secret
private
mixed
$secret
$secure
private
mixed
$secure
$service
private
mixed
$service
$signatureProperties
private
mixed
$signatureProperties
$tokenProvider
private
mixed
$tokenProvider
$tokenVerifier
private
mixed
$tokenVerifier
$userProviders
private
mixed
$userProviders
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
alwaysRememberMe()
public
alwaysRememberMe(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thiscatchExceptions()
public
catchExceptions(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thisdomain()
public
domain(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thishttponly()
public
httponly(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thislifetime()
public
lifetime(ParamConfigurator|int $value) : $this
Parameters
- $value : ParamConfigurator|int
Tags
Return values
$thisname()
public
name(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thispath()
public
path(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisrememberMeParameter()
public
rememberMeParameter(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thissamesite()
public
samesite(ParamConfigurator|null|"lax"|"strict"|"none" $value) : $this
Parameters
- $value : ParamConfigurator|null|"lax"|"strict"|"none"
Tags
Return values
$thissecret()
public
secret(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thissecure()
public
secure(ParamConfigurator|true|false|"auto" $value) : $this
Parameters
- $value : ParamConfigurator|true|false|"auto"
Tags
Return values
$thisservice()
public
service(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thissignatureProperties()
public
signatureProperties(ParamConfigurator|array<int, ParamConfigurator|mixed> $value) : $this
Parameters
- $value : ParamConfigurator|array<int, ParamConfigurator|mixed>
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>tokenProvider()
public
tokenProvider([mixed $value = [] ]) : TokenProviderConfig|$this
Parameters
- $value : mixed = []
Return values
TokenProviderConfig|$thistokenVerifier()
The service ID of a custom rememberme token verifier.
public
tokenVerifier(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisuserProviders()
public
userProviders(mixed $value) : $this
Parameters
- $value : mixed