PHP Velho Oeste 2024

OAuthProvider::callTimestampNonceHandler

(PECL OAuth >= 1.0.0)

OAuthProvider::callTimestampNonceHandlerCalls the timestampNonceHandler callback

Descrição

public OAuthProvider::callTimestampNonceHandler(): void

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

Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Nenhum valor é retornado.

Erros/Exceções

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

Veja Também

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top