new_openid_config {tapLock} | R Documentation |
New openid configuration
Description
Creates a new openid configuration object for the given provider. You can use this function or the individual provider functions.
Usage
new_openid_config(provider, app_url, ...)
Arguments
provider |
The openid provider to use |
app_url |
The URL of the application (used to build redirect, login, and logout URLs) |
... |
Additional arguments passed to the provider's configuration. This depends on the provider. The
The
The
|
Value
An openid_config object
[Package tapLock version 0.2.0 Index]