PHP Class Auth0\SDK\API\Management\Connections

Inheritance: extends GenericResource
Datei anzeigen 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 )