Description Usage Arguments Value Examples
This is an extremely minimal client. You need to know the Auth0 API to query Auth0 endpoint.
Tries to substitute each listed parameter into
endpoint, using the {param} notation.
Replaced {param} will be parsed with glue package using provided ... parameters.
If a GET request is chosen (the default), then adds all other listed parameters as query parameters.
If not a GET request, then sends the other parameters in the request body as JSON.
The response is converted to an R list using
jsonlite::fromJSON.
1 2 |
endpoint |
Auth0 API endpoint. Must be one of the following forms:
If the method is not supplied, |
... |
Name-value pairs giving API parameters. Will be matched
into |
.domain |
Auth0 API domain (default: api_domain).
Used if |
.auth_key |
Authentication token. Sourced by default with api_token |
.method |
HTTP method to use if not explicitly supplied in the
|
.headers |
Named character vector of header field values
(except |
Response from the Auth0 API as aut0_api object
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.