Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
OAuth2
Client
PHP 클래스 OAuth2\Client
파일 보기
프로젝트 열기: vznet/oauth_2.0_client_php
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
string
$clientKey
,
string
$clientSecret
,
string
$callbackUrl
)
getCallbackUrl
( ) :
string
getClientKey
( ) :
string
getClientSecret
( ) :
string
메소드 상세
__construct()
공개
메소드
public
__construct
(
string
$clientKey
,
string
$clientSecret
,
string
$callbackUrl
)
$clientKey
string
$clientSecret
string
$callbackUrl
string
getCallbackUrl()
공개
메소드
public
getCallbackUrl
( ) :
string
리턴
string
getClientKey()
공개
메소드
public
getClientKey
( ) :
string
리턴
string
getClientSecret()
공개
메소드
public
getClientSecret
( ) :
string
리턴
string