Description Usage Arguments Value Examples
View source: R/b2c_get_token.R
Acquire a token
1 2 3 4 5 | b2c_get_token(config = list(app_name = "lddemo", client_id =
"0e490a89-b382-4d3b-9f6b-60630dfd624b", client_secret = NULL,
resource_uri = "https://jwt.ms", redirect_uri = "https://jwt.ms", scopes
= "openid", tenant = "nightingalehq", flow = "B2C_1_SignUpAndSignIn"),
...)
|
config |
B2C config, usually retrieved with |
... |
Other arguments passed to |
a httr oauth2.0 token
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.