Auth0-PHP

ManagementInterface
in

Interface ManagementInterface.

Table of Contents

actions()  : ActionsInterface
blacklists()  : BlacklistsInterface
clientGrants()  : ClientGrantsInterface
clients()  : ClientsInterface
connections()  : ConnectionsInterface
deviceCredentials()  : DeviceCredentialsInterface
emails()  : EmailsInterface
emailTemplates()  : EmailTemplatesInterface
getHttpClient()  : HttpClient
Return the HttpClient instance being used for management API requests.
getLastRequest()  : HttpRequest|null
Return an instance of HttpRequest representing the last issued request.
getResponsePaginator()  : HttpResponsePaginator
Return a ResponsePaginator instance configured for the last HttpRequest.
grants()  : GrantsInterface
guardian()  : GuardianInterface
jobs()  : JobsInterface
logs()  : LogsInterface
logStreams()  : LogStreamsInterface
organizations()  : OrganizationsInterface
resourceServers()  : ResourceServersInterface
roles()  : RolesInterface
rules()  : RulesInterface
stats()  : StatsInterface
tenants()  : TenantsInterface
tickets()  : TicketsInterface
userBlocks()  : UserBlocksInterface
users()  : UsersInterface
usersByEmail()  : UsersByEmailInterface

Methods

getHttpClient()

Return the HttpClient instance being used for management API requests.

public getHttpClient([Authentication|null $authentication = null ]) : HttpClient
Parameters
$authentication : Authentication|null = null

Optional. An Instance of Authentication for use during client credential exchange. One will be created, when necessary, if not provided.

Tags
throws
ConfigurationException

when a Management Token is not able to be obtained

Return values
HttpClient

Search results