get_user_profile: get_user_profile

Description Usage Arguments Details Value See Also Examples

View source: R/get_user_profile.R

Description

Get Auth0 user profile

Usage

1
get_user_profile(access_token, id_token, domain)

Arguments

access_token

Auth0 access token

id_token

Auth0 id token

domain

auth0 Domain

Details

return Auth0 user profile

Value

OUTPUT_DESCRIPTION

See Also

toJSON, fromJSON base64url_encode GET,content

Examples

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)

ceparman/ShinyPlatform documentation built on Dec. 30, 2020, 9:47 p.m.