Description Usage Arguments Details Value See Also Examples
View source: R/get_authentication_token.R
FUNCTION_DESCRIPTION
1 | get_authentication_token(app_url, app_client_id, client_secret, domain, code)
|
app_url |
Auth0 app url |
app_client_id |
Auth0 app client id |
domain |
Auth0 app domain |
code |
Auth0 app authorization code |
app_secret |
Auth0 app secret |
Details
Returns authorization token used to read user and app data
1 2 3 4 5 6 7 | ## Not run:
if(interactive()){
params <- shiny::parseQueryString(isolate(session$clientData$url_search))
t<- get_authentication_token(app_url, app_client_id,app_secret,Domain,params$code)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.