POST /User
and PUT /User/
GET /auth/userinfo
returns info about current User sessionUser.inactive
attribute by setting true or false value. Deactivating user doesn't affect Session's activation.grant_types
attribute defining authentification scheme for this Client.​Application grant types (or flows) are methods through which applications can gain Access Tokens and by which you grant limited access to your resources to another entity without exposing credentials.
grant_types
property of your Auth0-registered Application. The OAuth 2.0 protocol supports several types of grants, which allow different types of access. To see available grant types and grant type mapping refer to the doc. grant_types
is an array of strings, possible values are:auth.*.access_token_expiration
only for Clients with auth.*.token_format: jwt