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;
    }