Application.create {solvebio} | R Documentation |
Application.create
Description
Create a new SolveBio application.
Usage
Application.create(name, redirect_uris, env = solvebio:::.solveEnv, ...)
Arguments
name |
The name of the application. |
redirect_uris |
A list of space-separated OAuth2 redirect URIs. |
env |
(optional) Custom client environment. |
... |
(optional) Additional application attributes. |
References
Examples
## Not run:
Application.create(
name="My new application",
redirect_uris="http://localhost:3838/"
)
## End(Not run)
[Package solvebio version 2.14.0 Index]