Describes the types of tokens related to identity and authentication and how they are used by auth0. If rotation is enabled, an expiration lifetime must be set. Learn how to request access tokens using the authorize endpoint when authenticating users and include the target audience and scope of access requested by the app and granted by the user.
Review the provided access token sample and necessary parameters. When enabled, a refresh token will expire based on the idle refresh token lifetime, after which the token can no longer be used Learn about token based authentication and how to easily implement jwt in your applications.