Вход Регистрация
Файл: forsoc.ru/vendor/lusitanian/oauth/src/OAuth/Common/Consumer/CredentialsInterface.php
Строк: 25
<?php

namespace OAuthCommonConsumer;

/**
 * Credentials Interface, credentials should implement this.
 */
interface CredentialsInterface
{
    
/**
     * @return string
     */
    
public function getCallbackUrl();

    
/**
     * @return string
     */
    
public function getConsumerId();

    
/**
     * @return string
     */
    
public function getConsumerSecret();
}
Онлайн: 2
Реклама