CakeFest 2024: The Official CakePHP Conference

OAuthProvider::setRequestTokenPath

(PECL OAuth >= 1.0.0)

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

Descripción

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

Establece la ruta de petición del token.

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

path

La ruta.

Valores devueltos

true

Ver también

add a note

User Contributed Notes

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