Skip to content

Commit

Permalink
Adds sections to pkgdown site
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jan 3, 2024
1 parent 2d775c3 commit b2561d8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
url: ~
template:
bootstrap: 5
reference:
- title: Provider configurations
desc: Setup an authentication provider
- contents:
- new_openid_config
- new_google_config
- new_entra_id_config
- new_auth0_config
- title: Work with token
desc: Interact with the authentication token
- contents:
- get_token_field
- expires_at
- expires_in
- is_expired
- is_valid
- title: Shiny
desc: Functions to use inside Shiny
- contents:
- sso_shiny_app
- token
- title: S3 methods
- contents:
- print.access_token

0 comments on commit b2561d8

Please sign in to comment.