Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
OAuth2
Client
PHP Class OAuth2\Client
Exibir arquivo
Open project: vznet/oauth_2.0_client_php
Class Usage Examples
Public Methods
Method
Description
__construct
(
string
$clientKey
,
string
$clientSecret
,
string
$callbackUrl
)
getCallbackUrl
( ) :
string
getClientKey
( ) :
string
getClientSecret
( ) :
string
Method Details
__construct()
public
method
public
__construct
(
string
$clientKey
,
string
$clientSecret
,
string
$callbackUrl
)
$clientKey
string
$clientSecret
string
$callbackUrl
string
getCallbackUrl()
public
method
public
getCallbackUrl
( ) :
string
return
string
getClientKey()
public
method
public
getClientKey
( ) :
string
return
string
getClientSecret()
public
method
public
getClientSecret
( ) :
string
return
string