PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
laravel
/
passport
/
src
/
Exceptions
<?php namespace Laravel\Passport\Exceptions; use Illuminate\Auth\Access\AuthorizationException; class InvalidAuthTokenException extends AuthorizationException { /** * Create a new InvalidAuthTokenException for different auth tokens. * * @return static */ public static function different() { return new static('The provided auth token for the request is different from the session auth token.'); } }
[+]
..
[-] InvalidAuthTokenException.php
[edit]
[-] MissingScopeException.php
[edit]
[-] OAuthServerException.php
[edit]
[-] .htaccess.disabled
[edit]