downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

OAuthProvider::isRequestTokenEndpoint> <OAuthProvider::generateToken
[edit] Last updated: Fri, 25 May 2012

view this page in

OAuthProvider::is2LeggedEndpoint

(PECL OAuth >= 1.0.0)

OAuthProvider::is2LeggedEndpointis2LeggedEndpoint

説明

public void OAuthProvider::is2LeggedEndpoint ( mixed $params_array )

2-legged フローあるいはリクエストの署名。トークンは不要です。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

params_array

返り値

OAuthProvider オブジェクトを返します。

例1 OAuthProvider::is2LeggedEndpoint() の例

<?php

$provider 
= new OAuthProvider();

$provider->is2LeggedEndpoint(true);

?>

参考



add a note add a note User Contributed Notes OAuthProvider::is2LeggedEndpoint
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites