OAuthProvider::callTimestampNonceHandler
(PECL OAuth >= 1.0.0)
OAuthProvider::callTimestampNonceHandler — Calls the timestampNonceHandler callback
Descrição
public void OAuthProvider::callTimestampNonceHandler
( void
)
Calls the registered timestamp handler callback function, which is set with OAuthProvider::timestampNonceHandler().
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::timestampNonceHandler() - Set the timestampNonceHandler handler callback