OAuthProvider
PHP Manual

OAuthProvider::calltokenHandler

(PECL OAuth >= 1.0.0)

OAuthProvider::calltokenHandlerCalls the tokenNonceHandler callback

Descrição

public void OAuthProvider::calltokenHandler ( void )

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

Aviso

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
PHP Manual