Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Auth0
SDK
API
Management
ResourceServers
PHP Class Auth0\SDK\API\Management\ResourceServers
Inheritance:
extends
GenericResource
ファイルを表示
Open project: auth0/auth0-php
Public Methods
Method
Description
create
(
$client_id
,
$data
)
delete
(
$id
)
get
(
$id
)
update
(
$id
,
$data
)
Method Details
create()
public
method
public
create
(
$client_id
,
$data
)
delete()
public
method
public
delete
(
$id
)
get()
public
method
public
get
(
$id
)
update()
public
method
public
update
(
$id
,
$data
)