EncryptedStore::ageFlashData()

void ageFlashData() Age the flash data for the session. Return Value void

EncryptedStore

EncryptedStore class EncryptedStore extends Store (View source) Methods void __construct(string $name, SessionHandlerInterface $handler, Encrypter $encrypter, string|null $id = null) Create a new session instance. start() {@inheritdoc} from Store getId() {@inheritdoc} from Store setId($id) {@inheritdoc} from Store bool isValidId(string $id) Determine if this is a valid session ID. from Store getName() {@inheritdoc} from Store setName($name) {@inheritdoc} from Store invali

EncryptCookies::__construct()

void __construct(Encrypter $encrypter) Create a new CookieGuard instance. Parameters Encrypter $encrypter Return Value void

EncryptCookies::isDisabled()

bool isDisabled(string $name) Determine whether encryption has been disabled for the given cookie. Parameters string $name Return Value bool

EncryptCookies::handle()

mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed

EncryptCookies::disableFor()

void disableFor(string|array $cookieName) Disable encryption for the given cookie name(s). Parameters string|array $cookieName Return Value void

EncryptCookies

EncryptCookies class EncryptCookies (View source) Methods void __construct(Encrypter $encrypter) Create a new CookieGuard instance. void disableFor(string|array $cookieName) Disable encryption for the given cookie name(s). mixed handle(Request $request, Closure $next) Handle an incoming request. bool isDisabled(string $name) Determine whether encryption has been disabled for the given cookie.

EloquentUserProvider::__construct()

void __construct(Hasher $hasher, string $model) Create a new database user provider. Parameters Hasher $hasher string $model Return Value void

EloquentUserProvider::validateCredentials()

bool validateCredentials(Authenticatable $user, array $credentials) Validate a user against the given credentials. Parameters Authenticatable $user array $credentials Return Value bool

EloquentUserProvider::updateRememberToken()

void updateRememberToken(Authenticatable $user, string $token) Update the "remember me" token for the given user in storage. Parameters Authenticatable $user string $token Return Value void