GoLang OAuthProvider::calltokenHandler

request it (299)
GoLang replacement for PHP's OAuthProvider::calltokenHandler [edit | history]



Do you know a GoLang replacement for PHP's OAuthProvider::calltokenHandler? Write it!

PHP OAuthProvider::calltokenHandler

PHP original manual for OAuthProvider::calltokenHandler [ show | php.net ]

OAuthProvider::calltokenHandler

(PECL OAuth >= 1.0.0)

OAuthProvider::calltokenHandlerCalls the tokenNonceHandler callback

Description

public void 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