Application.create | R Documentation |
Create a new SolveBio application.
Application.create(name, redirect_uris, env = .solveEnv, ...)
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. |
## Not run:
Application.create(
name="My new application",
redirect_uris="http://localhost:3838/"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.