OAuthProvider::calltokenHandler
(PECL OAuth >= 1.0.0)
OAuthProvider::calltokenHandler — Calls the tokenNonceHandler callback
说明
public void OAuthProvider::calltokenHandler
( void
)
Calls the registered token handler callback function, which is set with OAuthProvider::tokenHandler().
Warning
本函数还未编写文档,仅有参数列表。
参数
此函数没有参数。
返回值
没有返回值。
错误/异常
如回调函数无法被调用或未被指定,会引发一个
E_ERROR 级别的错误。
参见
- OAuthProvider::tokenHandler() - Set the tokenHandler handler callback
There are no user contributed notes for this page.
