forked from datatheorem/TrustKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jazzy.yaml
51 lines (43 loc) · 1.2 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
module: TrustKit
author: Data Theorem
author_url: https://datatheorem.github.io
github_url: https://github.com/datatheorem/TrustKit
clean: true
hide_documentation_coverage: true
theme: fullwidth
objc: true
umbrella_header: "TrustKit/TrustKit.h"
framework_root: "./TrustKit"
readme: "docs/documentation-readme.md"
output: "docs/documentation"
custom_categories:
- name: Initalizing TrustKit
children:
- TrustKit
- name: Implementing Pinning Validation
children:
- TSKPinningValidator
- TSKTrustDecision
- name: Setting up a Validation Callback
children:
- TSKPinningValidatorCallback
- TSKPinningValidatorResult
- TKSDomainPinningPolicy
- TSKTrustEvaluationResult
- name: Global Configuration Keys
children:
- TSKGlobalConfigurationKey
- kTSKSwizzleNetworkDelegates
- kTSKPinnedDomains
- kTSKIgnorePinningForUserDefinedTrustAnchors
- name: Domain Configuration Keys
children:
- TSKDomainConfigurationKey
- kTSKPublicKeyHashes
- kTSKEnforcePinning
- kTSKIncludeSubdomains
- kTSKExcludeSubdomainFromParentPolicy
- kTSKReportUris
- kTSKDisableDefaultReportUri
- kTSKExpirationDate
- kTSKAdditionalTrustAnchors