diff --git a/_pkgdown.yml b/_pkgdown.yml index b7517c2..6aea505 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -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