Description Usage Arguments Details Value See Also Examples
View source: R/get_app_client_profile.R
Get app client profile. Used to read app metadata.
1 | get_app_client_profile(access_token, client_id, domain)
|
access_token |
Auth0 app api access token. |
domain |
Auth0 domain. |
app_client_id |
app client id. |
Details
returns client response for app.
1 2 3 4 5 6 7 8 9 | ## Not run:
if(interactive(){
api_tokens<-ShinyPlatform::get_app_api_token(app_client_id,app_secret,domain)
client<- ShinyPlatform::get_app_client_profile(api_tokens$access_token,app_client_id,domain)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.