OAuthProvider::calltokenHandler
(PECL OAuth >= 1.0.0)
OAuthProvider::calltokenHandler — Calls the tokenNonceHandler callback
Descrição
public void OAuthProvider::calltokenHandler
( void
)
Calls the registered token handler callback function, which is set with OAuthProvider::tokenHandler().
Warning
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
Não há valor retornado.
Erros
Emits an E_ERROR level
error if the callback function cannot be called, or was not specified.
Veja Também
- OAuthProvider::tokenHandler() - Set the tokenHandler handler callback