-
Notifications
You must be signed in to change notification settings - Fork 277
/
.jazzy.yaml
79 lines (68 loc) · 1.75 KB
/
.jazzy.yaml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Jazzy config
module: OAuth2
author: Pascal Pfiffner
author_url: https://github.com/p2
root_url: https://p2.github.io/OAuth2
github_url: https://github.com/p2/OAuth2
theme: fullwidth
readme: README.md
exclude: "**/Keychain.swift"
custom_categories:
- name: Flows
children:
- OAuth2CodeGrant
- OAuth2CodeGrantBasicAuth
- OAuth2CodeGrantAzure
- OAuth2CodeGrantFacebook
- OAuth2CodeGrantLinkedIn
- OAuth2CodeGrantNoTokenType
- OAuth2ClientCredentials
- OAuth2ClientCredentialsReddit
- OAuth2ImplicitGrant
- OAuth2PasswordGrant
- OAuth2PasswordGrantDelegate
- name: Errors & Types
children:
- OAuth2Error
- OAuth2JSON
- OAuth2StringDict
- name: Requests
children:
- OAuth2DataLoader
- OAuth2DataRequest
- OAuth2AuthRequest
- OAuth2RequestPerformer
- OAuth2DataTaskRequestPerformer
- OAuth2Response
- OAuth2Headers
- OAuth2RequestParams
- OAuth2HTTPMethod
- OAuth2HTTPContentType
- OAuth2EndpointAuthMethod
- name: Dyn Reg
children:
- OAuth2DynReg
- name: Basics
children:
- OAuth2
- OAuth2Base
- OAuth2Requestable
- OAuth2Securable
- OAuth2AuthConfig
- OAuth2ClientConfig
- name: Logging & Debugging
children:
- OAuth2Logger
- OAuth2DebugLogger
- OAuth2LogLevel
- OAuth2DebugURLSessionDelegate
- name: Internals
children:
- OAuth2AuthorizerUI
- OAuth2Authorizer
- OAuth2CustomAuthorizerUI
- OAuth2CustomAuthorizer
- OAuth2ContextStore
- OAuth2KeychainAccount
- OAuth2WebViewController
- OAuth2DataLoaderSessionTaskDelegate