Irazasyed\JwtAuthGuard\JwtAuthGuard::getLastAttempted PHP Метод

getLastAttempted() публичный Метод

Get the last user we attempted to authenticate.
public getLastAttempted ( ) : Illuminate\Contracts\Auth\Authenticatable
Результат Illuminate\Contracts\Auth\Authenticatable
    public function getLastAttempted()
    {
        return $this->lastAttempted;
    }