generate_token: Generate Bearer auth token

Description Usage Arguments Value

View source: R/utils.R

Description

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

Usage

1
generate_token(client_id, client_secret, .domain = api_domain())

Arguments

client_id

The OAuth application id

client_secret

The OAuth application secret

.domain

By default api_domain

Value

Auth0 Bearer token


Appsilon/auth0api documentation built on Dec. 10, 2019, 12:09 a.m.