OAuthProvider::isRequestTokenEndpoint

(PECL OAuth >= 1.0.0)

OAuthProvider::isRequestTokenEndpointSets isRequestTokenEndpoint

Descrizione

public OAuthProvider::isRequestTokenEndpoint(bool $will_issue_request_token): void

Avviso

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

Elenco dei parametri

will_issue_request_token

Sets whether or not it will issue a request token, thus determining if OAuthProvider::tokenHandler() needs to be called.

Valori restituiti

Nessun valore viene restituito.

Vedere anche:

add a note add a note

User Contributed Notes

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