class EmailActivationThrottler

Unactivated users can request a confirmation email, this throttler applies a timeout of 5 minutes between confirmation requests.

Properties

static $timeout

Methods

bool|null
__invoke(ServerRequestInterface $request)

No description

Details

bool|null __invoke(ServerRequestInterface $request)

Parameters

ServerRequestInterface $request

Return Value

bool|null