NAME
WebService::Auth0::Management::Clients - Users management API
SYNOPSIS
DESCRIPTION
METHODS
This class defines the following methods:
search (\%params)
https://auth0.com/docs/api/management/v2#!/Clients/get_clients
Searches and returns all clients. Right now the query parameters are limited (see linked docs).
create (\%params)
https://auth0.com/docs/api/management/v2#!/Clients/post_clients
get ($id)
https://auth0.com/docs/api/management/v2#!/Clients/get_clients_by_id
delete ($client_id)
https://auth0.com/docs/api/management/v2#!/Clients/delete_clients_by_id
update ($client_id, \%params)
https://auth0.com/docs/api/management/v2#!/Clients/patch_clients_by_id
rotate_secret ($client_id)
https://auth0.com/docs/api/management/v2#!/Clients/post_rotate_secret
SEE ALSO
WebService::Auth0, https://auth0.com.
AUTHOR
See L<WebService::Auth0>
COPYRIGHT & LICENSE
See L<WebService::Auth0>