/home/kueuepay/public_html/vendor/laravel/passport/src/Exceptions/InvalidAuthTokenException.php
<?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.');
    }
}
Base URL

Base URL

The base URL for API requests is:

For SANDBOX Mode: https://kueuepay.com/index.php/api/v1/