Documentation

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

Methods

__construct()

public __construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
$value : array<string|int, mixed> = []

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

userProviders()

public userProviders(mixed $value) : $this
Parameters
$value : mixed
Return values
$this

        
On this page

Search results