array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'en', ), 'this' => array ( 0 => 'oauthprovider.calltokenhandler.php', 1 => 'OAuthProvider::calltokenHandler', 2 => 'Calls the tokenNonceHandler callback', ), 'up' => array ( 0 => 'class.oauthprovider.php', 1 => 'OAuthProvider', ), 'prev' => array ( 0 => 'oauthprovider.calltimestampnoncehandler.php', 1 => 'OAuthProvider::callTimestampNonceHandler', ), 'next' => array ( 0 => 'oauthprovider.checkoauthrequest.php', 1 => 'OAuthProvider::checkOAuthRequest', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/oauth/oauthprovider/calltokenhandler.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

OAuthProvider::calltokenHandler

(PECL OAuth >= 1.0.0)

OAuthProvider::calltokenHandlerCalls the tokenNonceHandler callback

Description

public OAuthProvider::calltokenHandler(): void

Calls the registered token handler callback function, which is set with OAuthProvider::tokenHandler().

Warning

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

Parameters

This function has no parameters.

Return Values

No value is returned.

Errors/Exceptions

Emits an E_ERROR level error if the callback function cannot be called, or was not specified.

See Also