name : ClientCredentialsInterface.php
<?php

namespace League\OAuth1\Client\Credentials;

interface ClientCredentialsInterface extends CredentialsInterface
{
    /**
     * Get the credentials callback URI.
     *
     * @return string
     */
    public function getCallbackUri();

    /**
     * Set the credentials callback URI.
     *
     * @param string $callbackUri
     *
     * @return void
     */
    public function setCallbackUri($callbackUri);
}

© 2025 UnknownSec
afwwrfwafr45458465
Password