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

OAuthProvider::callconsumerHandler

(No version information available, might only be in Git)

OAuthProvider::callconsumerHandlerCalls the consumerNonceHandler callback

Description

public OAuthProvider::callconsumerHandler(): void

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

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