PHP Class Auth0\SDK\API\Management\Connections

Inheritance: extends GenericResource
Afficher le fichier Open project: auth0/auth0-php

Méthodes publiques

Méthode 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 méthode

public create ( $data )

delete() public méthode

public delete ( $id )

deleteUser() public méthode

public deleteUser ( $id, $email )

get() public méthode

public get ( $id, $fields = null, $include_fields = null )

getAll() public méthode

public getAll ( $strategy = null, $fields = null, $include_fields = null )

update() public méthode

public update ( $id, $data )