= 0.99.1)OAuth::setAuthType — 設(shè)置授權(quán)類型說明public OAuth::setAuthType(int $auth_type): mixed設(shè)置 OAuth 參數(shù)應(yīng)該放在哪里傳遞。 參數(shù)auth_typea">
(PECL OAuth >= 0.99.1)
OAuth::setAuthType — 設(shè)置授權(quán)類型
auth_type
auth_type
可能是下列標(biāo)志之一(在 OAuth 1.0 規(guī)范的第 5.2 章節(jié)中按優(yōu)先級降序排列):
OAUTH_AUTH_TYPE_AUTHORIZATION
Authorization
頭部傳遞 OAuth 參數(shù)。
OAUTH_AUTH_TYPE_FORM
OAUTH_AUTH_TYPE_URI
OAUTH_AUTH_TYPE_NONE
如果參數(shù)設(shè)置正確則返回 true
,否則返回 false
(比如,傳遞進一個無效的 auth_type
)。
版本 | 說明 |
---|---|
1.0.0 |
以前失敗時返回 null ,而不是 false 。
|