Description Usage Arguments Details Value See Also Examples
View source: R/get_user_profile.R
Get Auth0 user profile
1 | get_user_profile(access_token, id_token, domain)
|
access_token |
Auth0 access token |
id_token |
Auth0 id token |
domain |
auth0 Domain |
return Auth0 user profile
OUTPUT_DESCRIPTION
toJSON, fromJSON
base64url_encode
GET
,content
1 2 3 4 5 6 | ## Not run:
if(interactive()){
profile <- ShinyPlatform::get_user_profile(token$access_token,token$id_token,domain)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.