OAuthProvider::callconsumerHandler

(No version information available, might only be in Git)

OAuthProvider::callconsumerHandlerCalls the consumerNonceHandler callback

Descrição

public OAuthProvider::callconsumerHandler ( ) : void

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

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

add a note add a note

User Contributed Notes

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