get_app_client_profile: get_app_client_profile

Description Usage Arguments Details Value See Also Examples

View source: R/get_app_client_profile.R

Description

Get app client profile. Used to read app metadata.

Usage

1
get_app_client_profile(access_token, client_id, domain)

Arguments

access_token

Auth0 app api access token.

domain

Auth0 domain.

app_client_id

app client id.

Details

Details

Value

returns client response for app.

See Also

toJSON, fromJSON GET,content

Examples

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)

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