final class PasswordConfirmation

Methods

static string
sessionKey(string $guard)

Get the session key holding the password confirmation timestamp for the guard.

static int
timeout(Repository $config, string $guard, string|int|null $override = null)

Get the password confirmation timeout in seconds for the guard.

Details

at line 14
static string sessionKey(string $guard)

Get the session key holding the password confirmation timestamp for the guard.

Parameters

string $guard

Return Value

string

at line 25
static int timeout(Repository $config, string $guard, string|int|null $override = null)

Get the password confirmation timeout in seconds for the guard.

An explicit override wins, followed by the guard declaration, then the application-wide timeout.

Parameters

Repository $config
string $guard
string|int|null $override

Return Value

int