Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 21139 программистов и 1160 роботов. Сейчас ищут 705 программистов ...
Приступая к работе

OAuth::setAuthType - Set authorization type

Вернуться к: OAuth

OAuth::setAuthType

(PECL OAuth >= 0.99.1)

OAuth::setAuthTypeSet authorization type

Описание

public mixed OAuth::setAuthType ( int $auth_type )

Set where the OAuth parameters should be passed.

Список параметров

auth_type

auth_type can be one of the following flags (in order of decreasing preference as per OAuth 1.0 section 5.2):

OAUTH_AUTH_TYPE_AUTHORIZATION
Pass the OAuth parameters in the HTTP Authorization header.
OAUTH_AUTH_TYPE_FORM
Append the OAuth parameters to the HTTP POST request body.
OAUTH_AUTH_TYPE_URI
Append the OAuth parameters to the request URI.
OAUTH_AUTH_TYPE_NONE
None.

Возвращаемые значения

Returns TRUE if a parameter is correctly set, otherwise FALSE (e.g., if an invalid auth_type is passed in.)

Список изменений

Версия Описание
1.0.0 Раньше при ошибке возвращался NULL вместо FALSE.



Вернуться к: OAuth

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware