CakeFest 2024: The Official CakePHP Conference

OAuthProvider::setRequestTokenPath

(PECL OAuth >= 1.0.0)

OAuthProvider::setRequestTokenPathリクエストトークンのパスを設定する

説明

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

リクエストトークンのパスを設定します。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

path

パス。

戻り値

true

参考

add a note

User Contributed Notes

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