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

search for in the

OAuthProvider::addRequiredParameter> <OAuth::setVersion
[edit] Last updated: Fri, 24 May 2013

view this page in

Clase OAuthProvider

(No hay información de versión disponible, podría estar únicamente en SVN)

Introducción

Administra una clase OAuthProvider.

Vea también el tutorial externo llamado » Escribiendo un proveedor de servicios OAuth, Que tiene un enfoque práctico a la prestación de este servicio. También hay » Ejemplos de proveedor OAuth en la fuente de la extensión Oauth.

Sinopsis de la Clase

OAuthProvider {
/* Methods */
final public bool addRequiredParameter ( string $req_params )
public void callconsumerHandler ( void )
public void callTimestampNonceHandler ( void )
public void calltokenHandler ( void )
public void checkOAuthRequest ([ string $uri [, string $method ]] )
public __construct ([ array $params_array ] )
public void consumerHandler ( callable $callback_function )
final public static string generateToken ( int $size [, bool $strong = false ] )
public void is2LeggedEndpoint ( mixed $params_array )
public void isRequestTokenEndpoint ( bool $will_issue_request_token )
final public bool removeRequiredParameter ( string $req_params )
final public static string reportProblem ( string $oauthexception [, bool $send_headers = true ] )
final public bool setParam ( string $param_key [, mixed $param_val ] )
final public bool setRequestTokenPath ( string $path )
public void timestampNonceHandler ( callable $callback_function )
public void tokenHandler ( callable $callback_function )
}

Tabla de contenidos



add a note add a note User Contributed Notes OAuthProvider - [0 notes]
There are no user contributed notes for this page.

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