-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jazzy.yaml
221 lines (219 loc) · 5.86 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
author: Nevis Security AG
copyright: '© 2022 Nevis Security AG. All rights reserved.'
module: NevisExampleApp
clean: true
theme: fullwidth
output: Docs/generated
include: 'NevisExampleApp/*'
exclude: 'Pods/*'
skip_undocumented: true
hide_documentation_coverage: true
xcodebuild_arguments:
- '-workspace'
- 'NevisExampleApp.xcworkspace'
- '-scheme'
- 'NevisExampleApp'
custom_categories:
- name: Application
children:
- AppDelegate
- AppLoader
- DependencyProvider
- AppAssembly
- name: Presentation / Coordinator
children:
- AppCoordinator
- AppCoordinatorImpl
- name: Presentation / Screens
children:
- Screen
- ScreenViewModel
- BaseScreen
- LaunchScreen
- LaunchViewModel
- HomeScreen
- HomeViewModel
- QrScannerScreen
- QrScannerViewModel
- SelectAccountScreen
- SelectAccountViewModel
- SelectAccountParameter
- SelectAccountItemViewModel
- AccountCell
- SelectAuthenticatorScreen
- SelectAuthenticatorViewModel
- SelectAuthenticatorParameter
- SelectAuthenticatorItemViewModel
- AuthenticatorCell
- CredentialScreen
- CredentialViewModel
- CredentialParameter
- PinParameter
- PasswordParameter
- CredentialProtectionInformation
- AuthCloudApiRegistrationScreen
- AuthCloudApiRegistrationViewModel
- ChangeDeviceInformationScreen
- ChangeDeviceInformationViewModel
- ChangeDeviceInformationParameter
- UsernamePasswordLoginScreen
- UsernamePasswordLoginViewModel
- TransactionConfirmationScreen
- TransactionConfirmationViewModel
- TransactionConfirmationParameter
- ConfirmationScreen
- ConfirmationViewModel
- ConfirmationParameter
- ResultScreen
- ResultViewModel
- ResultParameter
- LoggingScreen
- LoggingViewModel
- name: Presentation / Utility
children:
- Authenticator
- AuthenticatorAaid
- PinAuthenticatorProtectionStatus
- PasswordAuthenticatorProtectionStatus
- ResponseObserver
- ResponseObserverImpl
- AuthCloudApiRegistrationValidator
- JWTValidator
- ValidationError
- ValidationResult
- OutlinedButton
- Style
- NSLabel
- NSTextField
- L10n
- InteractionCountDownTimer
- ObservableType
- Reactive
- SharedSequenceConvertibleType
- Result
- String?
- UINavigationController
- UIStackView
- UIView
- name: Domain / Nevis
children:
- PinChangerImpl
- PinEnrollerImpl
- PasswordChangerImpl
- PasswordEnrollerImpl
- PasswordPolicyImpl
- AccountSelectorImpl
- AuthenticatorSelectorImpl
- AuthenticationAuthenticatorSelectorName
- RegistrationAuthenticatorSelectorName
- PinUserVerifierImpl
- PasswordUserVerifierImpl
- BiometricUserVerifierImpl
- DevicePasscodeUserVerifierImpl
- AccountValidator
- AccountValidatorImpl
- AuthenticatorValidator
- AuthenticatorValidatorImpl
- name: Domain / Model
children:
- AuthenticatorItem
- Operation
- OperationError
- BusinessError
- Credentials
- OperationResponse
- ChangePinResponse
- ChangePasswordResponse
- CompletedResponse
- ConfirmTransactionResponse
- EnrollPinResponse
- EnrollPasswordResponse
- SelectAccountResponse
- SelectAuthenticatorResponse
- VerifyPinResponse
- VerifyPasswordResponse
- VerifyBiometricResponse
- VerifyDevicePasscodeResponse
- name: Domain / Repository
children:
- LoginRepository
- name: Domain / Use Case
children:
- AuthCloudApiRegistrationUseCase
- AuthCloudApiRegistrationUseCaseImpl
- ChangeDeviceInformationUseCase
- ChangeDeviceInformationUseCaseImpl
- ChangePinUseCase
- ChangePinUseCaseImpl
- ChangePasswordUseCase
- ChangePasswordUseCaseImpl
- CreateDeviceInformationUseCase
- CreateDeviceInformationUseCaseImpl
- DecodePayloadUseCase
- DecodePayloadUseCaseImpl
- DeregistrationUseCase
- DeregistrationUseCaseImpl
- GetAccountsUseCase
- GetAccountsUseCaseImpl
- GetAuthenticatorsUseCase
- GetAuthenticatorsUseCaseImpl
- GetDeviceInformationUseCase
- GetDeviceInformationUseCaseImpl
- InBandAuthenticationUseCase
- InBandAuthenticationUseCaseImpl
- InitClientUseCase
- InitClientUseCaseImpl
- LoginUseCase
- LoginUseCaseImpl
- OutOfBandOperationUseCase
- OutOfBandOperationUseCaseImpl
- RegistrationUseCase
- RegistrationUseCaseImpl
- DeleteAuthenticatorsUseCase
- DeleteAuthenticatorsUseCaseImpl
- name: Domain / Client Provider
children:
- ClientProvider
- ClientProviderImpl
- name: Domain / Response Emitter
children:
- ResponseEmitter
- ResponseEmitterImpl
- name: Data / Model
children:
- LoginRequest
- LoginResponse
- name: Data / Repository
children:
- LoginRepositoryImpl
- name: Data / Data Source
children:
- LoginDataSource
- LoginDataSourceImpl
- LoginSessionDelegate
- name: Common
children:
- LoginConfiguration
- AppConfiguration
- Environment
- ConfigurationLoader
- ConfigurationLoaderImpl
- Coordinator
- NavigationParameterizable
- DeepLink
- DeepLinkHandler
- DeepLinkHandlerImpl
- AppError
- ErrorHandlerChain
- ErrorHandlerChainImpl
- ErrorHandler
- GeneralErrorHandlerName
- GeneralErrorHandler
- NevisErrorHandlerName
- NevisErrorHandler
- OSLog
- String
- '[String: String]'
- UIDevice
- SDKLogger
- SDKLoggerImpl