-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
52 lines (45 loc) · 1020 Bytes
/
_pkgdown.yml
File metadata and controls
52 lines (45 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
url: https://lukakoning.github.io/shinyOAuth/
template:
bootstrap: 5
reference:
- title: Shiny module
- contents:
- oauth_module_server
- use_shinyOAuth
- title: S7 classes
- contents:
- OAuthProvider
- OAuthClient
- OAuthToken
- title: OAuth provider configuration
- subtitle: Generic
- contents:
- oauth_provider
- oauth_provider_oidc
- oauth_provider_oidc_discover
- subtitle: Preconfigured
- contents:
- starts_with("oauth_provider_")
- -oauth_provider_oidc
- -oauth_provider_oidc_discover
- title: OAuth client configuration
- contents:
- oauth_client
- title: Authentication flow
- subtitle: Prepare & handle OAuth 2.0 calls; typically not needed by end users
- contents:
- prepare_call
- handle_callback
- title: Token methods
- subtitle: Methods for OAuthToken objects
- contents:
- get_userinfo
- refresh_token
- revoke_token
- introspect_token
- client_bearer_req
- title: Miscellaneous
- contents:
- is_ok_host
- error_on_softened
- custom_cache