首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

OAuth::setAuthType

(PECL OAuth >= 0.99.1)

OAuth::setAuthType — Set authorization type

Description

代码语言:javascript
复制
public bool OAuth::setAuthType ( int $auth_type )

Set where the OAuth parameters should be passed.

Parameters

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.

Return Values

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

Changelog

Version

Description

1.0.0

Previously returned NULL on failure, instead of FALSE.

← OAuth::getRequestToken

OAuth::setCAPath →

代码语言:txt
复制
 ? 1997–2017 The PHP Documentation Group

Licensed under the Creative Commons Attribution License v3.0 or later.

扫码关注腾讯云开发者

领取腾讯云代金券

http://www.vxiaotou.com