-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documents functions and updates readme
- Loading branch information
1 parent
804f3dd
commit 29e56a3
Showing
33 changed files
with
646 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
^LICENSE\.md$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,3 +49,4 @@ po/*~ | |
rsconnect/ | ||
|
||
example/.Renviron | ||
docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,11 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(access_token,entra_id_config) | ||
S3method(access_token,google_config) | ||
S3method(decode_token,entra_id_config) | ||
S3method(decode_token,google_config) | ||
S3method(get_client_id,entra_id_config) | ||
S3method(get_client_id,google_config) | ||
S3method(get_login_url,entra_id_config) | ||
S3method(get_login_url,google_config) | ||
S3method(get_logout_url,entra_id_config) | ||
S3method(get_logout_url,google_config) | ||
S3method(print,access_token) | ||
S3method(request_token,entra_id_config) | ||
S3method(request_token,google_config) | ||
S3method(shiny_app,entra_id_config) | ||
S3method(shiny_app,google_config) | ||
export(access_token) | ||
export(decode_token) | ||
export(expires_at) | ||
export(expires_in) | ||
export(get_access_token) | ||
export(get_bearer) | ||
export(get_client_id) | ||
export(get_login_url) | ||
export(get_logout_url) | ||
export(get_token_field) | ||
export(is_expired) | ||
export(is_valid) | ||
export(new_openid_config) | ||
export(refresh_jwks) | ||
export(request_token) | ||
export(shiny_app) | ||
export(sso_shiny_app) | ||
export(token) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.