View source: R/oauth_functions.R
create_oauth_list | R Documentation |
Create OAuth List
create_oauth_list( config_file = "inst/oauth_config.yaml", config = NULL, scope = "openid view download modify", claims_list = list(userid = NULL) )
config_file |
A string, the path to a yaml file |
config |
The list must have the following items:
|
scope |
a character vector |
claims_list |
A named list |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.