NAME
WebService::Auth0::Management::Role::All - Role that provides a 'all' API method
SYNOPSIS
package WebService::Auth0::Management::Users;
use Moo;
extends 'WebService::Auth0::Management::Base';
with 'WebService::Auth0::Management::Role::All';
sub path_suffix { 'users' }
# Other custom methods for the Endpoint
1;
DESCRIPTION
Helper role
METHODS
This class defines the following methods:
all
Gets all the items on the endpoint
SEE ALSO
WebService::Auth0, https://auth0.com. WebService::Auth0::Management::Base
AUTHOR
See L<WebService::Auth0>
COPYRIGHT & LICENSE
See L<WebService::Auth0>