PHP 8.6.0 Alpha 2 available for testing

OAuthProvider::setRequestTokenPath

(PECL OAuth >= 1.0.0)

OAuthProvider::setRequestTokenPathEstablece la ruta de petición del token

Descripción

final public function OAuthProvider::setRequestTokenPath(string $path): bool

Establece la ruta de petición del token.

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Parámetros

path
La ruta.

Valores devueltos

true

Véase también

add a note

User Contributed Notes

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