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

Description

public void OAuthProvider::is2LeggedEndpoint ( mixed $params_array )

The 2-legged flow, or request signing. It does not require a token.

Warning

This function is currently not documented; only its argument list is available.

Parameters

params_array

Return Values

An OAuthProvider object.

Examples

Example #1 OAuthProvider::is2LeggedEndpoint() example

<?php

$provider 
= new OAuthProvider();

$provider->is2LeggedEndpoint(true);

?>

See Also



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