| default_redirect_uri | R Documentation |
Constructs a redirect URI for OAuth flows. If the provided URI doesn't have
a port, assigns a random port using httpuv::randomPort().
default_redirect_uri(redirect_uri = httr2::oauth_redirect_uri())
redirect_uri |
A character string specifying the redirect URI. Defaults
to |
A character string with the redirect URI
default_redirect_uri()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.