PHP 7.0.6 Released

OAuthProvider::isRequestTokenEndpoint

(PECL OAuth >= 1.0.0)

OAuthProvider::isRequestTokenEndpointSets isRequestTokenEndpoint

Description

public void OAuthProvider::isRequestTokenEndpoint ( bool $will_issue_request_token )

Warning

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

Parameters

will_issue_request_token

Sets whether or not it will issue a request token, thus determining if OAuthProvider::tokenHandler() needs to be called.

Return Values

No value is returned.

See Also

User Contributed Notes

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