Description Usage Arguments Value
This function allows to generate new auth token base on client id and secret If you looking for more infromation see: https://auth0.com/docs/api/management/v2/tokens
1 | generate_token(client_id, client_secret, .domain = api_domain())
|
client_id |
The OAuth application id |
client_secret |
The OAuth application secret |
.domain |
By default |
Auth0 Bearer token
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.