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.Session.exp
field was added. It represents NumericDate from RFC7519 and it identifies the expiration time after which the Session will not be accepted for processing.auth.*.access_token_expiration
(in seconds) on Client resource, so Session.exp
field will be propagated once corresponding grant_type is used to launch a Session.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: