CakeFest 2024: The Official CakePHP Conference

OAuth::setVersion

(PECL OAuth >= 0.99.1)

OAuth::setVersionSet the OAuth version

Descrizione

public OAuth::setVersion(string $version): bool

Sets the OAuth version for subsequent requests

Elenco dei parametri

version

OAuth version, default value is always "1.0"

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

add a note

User Contributed Notes

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