Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
yii
authclient
clients
Yandex
PHP 클래스 yii\authclient\clients\Yandex
In order to use Yandex OAuth you must register your application at
. Example application configuration:
php 'components' => [ 'authClientCollection' => [ 'class' => 'yii\authclient\Collection', 'clients' => [ 'yandex' => [ 'class' => 'yii\authclient\clients\Yandex', 'clientId' => 'yandex_client_id', 'clientSecret' => 'yandex_client_secret', ], ], ] ... ]
또한 보기:
https://oauth.yandex.ru/client/new
또한 보기:
http://api.yandex.ru/login/doc/dg/reference/response.xml
부터:
2.0
저자:
Paul Klimov (
[email protected]
)
상속:
extends
yii\authclient\OAuth2
파일 보기
프로젝트 열기: yiisoft/yii2-authclient
공개 프로퍼티들
프로퍼티
타입
설명
$apiBaseUrl
$authUrl
$tokenUrl
공개 메소드들
메소드
설명
applyAccessTokenToRequest
(
$request
,
$accessToken
)
보호된 메소드들
메소드
설명
defaultName
( )
defaultTitle
( )
initUserAttributes
( )
메소드 상세
applyAccessTokenToRequest()
공개
메소드
public
applyAccessTokenToRequest
(
$request
,
$accessToken
)
defaultName()
보호된
메소드
protected
defaultName
( )
defaultTitle()
보호된
메소드
protected
defaultTitle
( )
initUserAttributes()
보호된
메소드
protected
initUserAttributes
( )
프로퍼티 상세
$apiBaseUrl
공개적으로 프로퍼티
public
$apiBaseUrl
$authUrl
공개적으로 프로퍼티
public
$authUrl
$tokenUrl
공개적으로 프로퍼티
public
$tokenUrl