ok

Mini Shell

Direktori : /home2/selectio/www/fms-worksuite/vendor/square/square/src/
Upload File :
Current File : /home2/selectio/www/fms-worksuite/vendor/square/square/src/AccessTokenCredentials.php

<?php

declare(strict_types=1);

namespace Square;

/**
 * Interface for defining the behavior of Authentication.
 */
interface AccessTokenCredentials
{
    /**
     * String value for accessToken.
     */
    public function getAccessToken(): ?string;

    /**
     * Checks if provided credentials match with existing ones.
     *
     * @param string|null $accessToken The OAuth 2.0 Access Token to use for API requests.
     */
    public function equals(?string $accessToken): bool;
}

Zerion Mini Shell 1.0