(PECL OAuth >= 1.0.0)
Calls the tokenNonceHandler callback
public void OAuthProvider::calltokenHandler ( void )
Calls the registered token handler callback function, which is set with OAuthProvider::tokenHandler().
Returns:
No value is returned.
This function is currently not documented; only its argument list is available.
Exception:
Emits an E_ERROR
level error if the callback function cannot be called, or was not specified.
See also:
Please login to continue.