Skip to main content

auth0 click client.

Project description

Auth0 Client

Features

python click program for auth0

Installation

auth0_client is on PyPI so all you need is:

.. code:: console

$ pip install auth0_client

Example

Getting help

.. code:: console

$ Usage: auth-client [OPTIONS] COMMAND [ARGS]...

Options:
  -v, --version  Show the current version, and check for latest
  -h, --help     Show this message and exit.

Commands:
  blacklists          Blacklists
  client-grants       ClientGroups
  clients             Clients
  connections         Connections
  custom-domains      Custom Domains
  device-credentials  Device Credentials
  email-templates     Email Templates
  emails              Emails
  grants              Grants
  guardian            Guardian
  jobs                Jobs
  logs                Logs
  resource-servers    Resource Servers
  rule-configs        Rule Configs
  rules               Rule
  stats               Stats
  tenants             Tenants
  tickets             Tickets
  user-blocks         User Blocks
  users               Users
  users-by-email      Users By Email


auth-client users
Usage: auth-client users [OPTIONS] COMMAND [ARGS]...

  Connections

Options:
  -h, --help  Show this message and exit.

Commands:
  create-a-user
  delete-a-user
  delete-a-users-multifactor-provider
  generate-new-guardian-recovery-code
  get-a-list-of-guardian-enrollments
  get-a-user
  get-users-log-events
  link-a-user-account
  list-or-search-users
  unlink-a-user-identity
  update-a-user

To setup autocomplete to enable tabbing on commands

Add the following to your ~/.bash_profile

.. code:: console

  eval "$(_AUTH_CLIENT_COMPLETE=source auth-client)"

Example Ini file

.. code:: console

[parameters]
domain = xxx.auth0.com
id = xxx
secret = xxxx

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auth0_client-0.0.2.tar.gz (15.5 kB view hashes)

Uploaded Source

Built Distribution

auth0_client-0.0.2-py3-none-any.whl (25.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page