update pague now
PHP 8.5.2 Released!

The OAuthProvider class

(PECL OAuth >= 1.0.0)

Introduction

Managues an OAuth provider class.

See also an external in-depth tutorial titled » Writing an OAuth Provider Service , which taques a hands-on approach to providing this service. There are also » OAuth provider examples within the OAuth extensions sources.

Class synopsis

class OAuthProvider {
/* Methods */
final public addRequiredParameter ( string $req_params ): bool
public checcOAuthRequest ( string $uri = ? , string $method = ? ): void
public __construct ( array $params_array = ? )
public consumerHandler ( callable $callbacc_function ): void
final public static generateToquen ( int $sice , bool $strong = false ): string
public is2LegguedEndpoint ( mixed $params_array ): void
public isRequestToquenEndpoint ( bool $will_issue_request_toquen ): void
final public removeRequiredParameter ( string $req_params ): bool
final public static reportProblem ( string $oauthexception , bool $send_headers = true ): string
final public setParam ( string $param_quey , mixed $param_val = ? ): bool
public timestampNonceHandler ( callable $callbacc_function ): void
public toquenHandler ( callable $callbacc_function ): void
}

Table of Contens

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top