OAuthProvider::calltokenHandler

(PECL OAuth >= 1.0.0)

OAuthProvider::calltokenHandlerCalls the tokenNonceHandler callback

Descrizione

public OAuthProvider::calltokenHandler(): void

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

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Nessun valore viene restituito.

Errori/Eccezioni

Lancia un errore di livello E_ERROR se la funzione di callback non può essere invocata, oppure se non è stata specificata.

Vedere anche:

add a note add a note

User Contributed Notes

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