OAuthProvider::callTimestampNonceHandler

(PECL OAuth >= 1.0.0)

OAuthProvider::callTimestampNonceHandlerCalls the timestampNonceHandler callback

Descrição

public OAuthProvider::callTimestampNonceHandler ( void ) : void

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

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

Emite um erro de nível E_ERROR se a função callback não puder ser chamada ou não tiver sido especificada.

Veja Também