프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$key | string | The Reauthentication key. | |
$reauthTime | integer | Number of minutes a successful Reauthentication is valid. | |
$request | Illuminate\Http\Request | The HTTP request. |
메소드 | 설명 | |
---|---|---|
__construct ( Illuminate\Http\Request $request, string $key = null ) | Create a new reauth limiter instance. | |
attempt ( string $password ) : boolean | Attempt to Reauthenticate the user. | |
check ( ) : boolean | Validate a reauthenticated Session data. |
public __construct ( Illuminate\Http\Request $request, string $key = null ) | ||
$request | Illuminate\Http\Request | |
$key | string |
protected int $reauthTime | ||
리턴 | integer |