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
Auth0
SDK
API
Management
Connections
PHP Class Auth0\SDK\API\Management\Connections
Inheritance:
extends
GenericResource
Exibir arquivo
Open project: auth0/auth0-php
Public Methods
Method
Description
create
(
$data
)
delete
(
$id
)
deleteUser
(
$id
,
$email
)
get
(
$id
,
$fields
= null,
$include_fields
= null )
getAll
(
$strategy
= null,
$fields
= null,
$include_fields
= null )
update
(
$id
,
$data
)
Method Details
create()
public
method
public
create
(
$data
)
delete()
public
method
public
delete
(
$id
)
deleteUser()
public
method
public
deleteUser
(
$id
,
$email
)
get()
public
method
public
get
(
$id
,
$fields
= null,
$include_fields
= null )
getAll()
public
method
public
getAll
(
$strategy
= null,
$fields
= null,
$include_fields
= null )
update()
public
method
public
update
(
$id
,
$data
)