Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarifies when azure_options is needed #3

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions R/run_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
#' @param azure_options A named vector/list containing the options for the Azure Authentication:
#' Required fields: redirect, resource, tenant, app, version, password.
#' See AzureAuth::build_authorization_uri for these. If NULL then application will not be secure.
#' Note that azure_options is only required when the applications handles the authentication by itself. It is not
#' required in other environments such as POSIT Connect or other environments where the authentication is handled
#' externally.
#' @param reload_period Either a lubridate object to specify a duration
#' or a positive numeric value which is then interpreted as a lubridate duration object in days. By default NULL
#' @param .launch by default it should always be TRUE. It should only be false for debugging and testing.
Expand Down