Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Auth0
SDK
API
Management
ClientGrants
PHP 클래스 Auth0\SDK\API\Management\ClientGrants
상속:
extends
GenericResource
파일 보기
프로젝트 열기: auth0/auth0-php
공개 메소드들
메소드
설명
create
(
$client_id
,
$audience
,
$scope
)
delete
(
$id
,
$audience
= null )
get
(
$id
,
$audience
= null )
update
(
$id
,
$scope
)
메소드 상세
create()
공개
메소드
public
create
(
$client_id
,
$audience
,
$scope
)
delete()
공개
메소드
public
delete
(
$id
,
$audience
= null )
get()
공개
메소드
public
get
(
$id
,
$audience
= null )
update()
공개
메소드
public
update
(
$id
,
$scope
)