@breadstone/archipel-mcp 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/data/packages/platform-analytics/api/Class.AppInsightsAnalyticsClient.md +7 -7
  2. package/data/packages/platform-analytics/api/Class.DatadogAnalyticsClient.md +7 -7
  3. package/data/packages/platform-analytics/api/Class.SentryAnalyticsClient.md +7 -7
  4. package/data/packages/platform-authentication/api/{Class.AppleStrategy.md → Class.AppleConnector.md} +18 -12
  5. package/data/packages/platform-authentication/api/Class.AuthModule.md +3 -3
  6. package/data/packages/platform-authentication/api/Class.ChallengeService.md +6 -6
  7. package/data/packages/platform-authentication/api/Class.GithubConnector.md +79 -0
  8. package/data/packages/platform-authentication/api/{Class.GoogleStrategy.md → Class.GoogleConnector.md} +18 -12
  9. package/data/packages/platform-authentication/api/Class.MfaService.md +11 -11
  10. package/data/packages/platform-authentication/api/{Class.MicrosoftStrategy.md → Class.MicrosoftConnector.md} +18 -12
  11. package/data/packages/platform-authentication/api/Class.TotpMfaChannel.md +145 -0
  12. package/data/packages/platform-authentication/api/Class.VerificationService.md +7 -7
  13. package/data/packages/platform-authentication/api/Interface.IAuthModuleOptions.md +47 -17
  14. package/data/packages/platform-authentication/api/Interface.IMfaChallengeState.md +12 -12
  15. package/data/packages/platform-authentication/api/Variable.APPLE_AUTH_CONFIG_ENTRIES.md +1 -1
  16. package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_CALLBACK_URL.md +1 -1
  17. package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_CLIENT_ID.md +1 -1
  18. package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_KEY_ID.md +1 -1
  19. package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_PRIVATE_KEY.md +1 -1
  20. package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_SCOPE.md +1 -1
  21. package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_TEAM_ID.md +1 -1
  22. package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_CALLBACK_URL.md +1 -1
  23. package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_CLIENT_ID.md +1 -1
  24. package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_CLIENT_SECRET.md +1 -1
  25. package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_SCOPE.md +1 -1
  26. package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_CALLBACK_URL.md +1 -1
  27. package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_CLIENT_ID.md +1 -1
  28. package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_CLIENT_SECRET.md +1 -1
  29. package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_SCOPE.md +1 -1
  30. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_EMAIL_CODE_TTL.md +1 -1
  31. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_EMAIL_MIN_RESEND.md +1 -1
  32. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_ISSUER.md +15 -0
  33. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_PUSH_CODE_TTL.md +1 -1
  34. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_PUSH_MIN_RESEND.md +1 -1
  35. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_SMS_CODE_TTL.md +1 -1
  36. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_SMS_MIN_RESEND.md +1 -1
  37. package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_CALLBACK_URL.md +1 -1
  38. package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_CLIENT_ID.md +1 -1
  39. package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_CLIENT_SECRET.md +1 -1
  40. package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_SCOPE.md +1 -1
  41. package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_TENANT.md +1 -1
  42. package/data/packages/platform-authentication/api/Variable.GITHUB_AUTH_CONFIG_ENTRIES.md +1 -1
  43. package/data/packages/platform-authentication/api/Variable.GOOGLE_AUTH_CONFIG_ENTRIES.md +1 -1
  44. package/data/packages/platform-authentication/api/Variable.MICROSOFT_AUTH_CONFIG_ENTRIES.md +1 -1
  45. package/data/packages/platform-authentication/api/Variable.PLATFORM_AUTHENTICATION_CONFIG_ENTRIES.md +1 -1
  46. package/data/packages/platform-authentication/api/Variable.SEED_ANONYMOUS_USERNAME.md +1 -1
  47. package/data/packages/platform-authentication/api/Variable.TOTP_MFA_PROVIDERS.md +30 -0
  48. package/data/packages/platform-authentication/api/index.md +7 -4
  49. package/data/packages/platform-blob-storage/api/Class.BlobModule.md +2 -2
  50. package/data/packages/platform-blob-storage/api/Interface.IAwsS3BlobProviderRegistration.md +3 -3
  51. package/data/packages/platform-blob-storage/api/Interface.IAzureBlobProviderRegistration.md +3 -3
  52. package/data/packages/platform-blob-storage/api/Interface.IBlobModuleOptions.md +5 -5
  53. package/data/packages/platform-blob-storage/api/Interface.ICustomBlobProviderRegistration.md +3 -3
  54. package/data/packages/platform-blob-storage/api/Interface.IVercelBlobProviderRegistration.md +3 -3
  55. package/data/packages/platform-blob-storage/api/TypeAlias.IBlobProviderRegistration.md +1 -1
  56. package/data/packages/platform-caching/api/Class.MemoryLayeredCache.md +10 -10
  57. package/data/packages/platform-caching/api/Class.NoopCacheMetricsRecorder.md +5 -5
  58. package/data/packages/platform-caching/api/Class.RedisLayeredCache.md +8 -8
  59. package/data/packages/platform-caching/api/Interface.ICacheMetricsRecorder.md +5 -5
  60. package/data/packages/platform-caching/api/Interface.ICacheStats.md +5 -5
  61. package/data/packages/platform-caching/api/Interface.ILayeredCache.md +8 -8
  62. package/data/packages/platform-caching/api/Interface.ILayeredCacheOptions.md +5 -5
  63. package/data/packages/platform-caching/api/Interface.IRedisLayeredCacheOptions.md +7 -7
  64. package/data/packages/platform-core/api/Class.AppHealthIndicator.md +3 -3
  65. package/data/packages/platform-core/api/Class.ErrorTemplateService.md +5 -5
  66. package/data/packages/platform-core/api/Class.HostService.md +8 -8
  67. package/data/packages/platform-core/api/Class.ResourceManager.md +19 -19
  68. package/data/packages/platform-core/api/Interface.IErrorPageParams.md +10 -10
  69. package/data/packages/platform-core/api/Interface.IHostContentParams.md +10 -10
  70. package/data/packages/platform-core/api/Interface.IResourceManagerConfig.md +4 -4
  71. package/data/packages/platform-core/api/Variable.APP_NAME.md +15 -0
  72. package/data/packages/platform-core/api/Variable.GIT_COMMIT.md +15 -0
  73. package/data/packages/platform-core/api/Variable.INTELLIGENCE_MAX_OUTPUT_TOKENS.md +1 -1
  74. package/data/packages/platform-core/api/Variable.INTELLIGENCE_MODEL.md +1 -1
  75. package/data/packages/platform-core/api/Variable.INTELLIGENCE_TEMPERATURE.md +1 -1
  76. package/data/packages/platform-core/api/Variable.INTELLIGENCE_TOP_P.md +1 -1
  77. package/data/packages/platform-core/api/Variable.NODE_ENV.md +1 -1
  78. package/data/packages/platform-core/api/Variable.PLATFORM_CORE_CONFIG_ENTRIES.md +1 -1
  79. package/data/packages/platform-core/api/index.md +2 -0
  80. package/data/packages/platform-cryptography/api/Class.BcryptService.md +2 -2
  81. package/data/packages/platform-cryptography/api/Class.CryptoService.md +2 -2
  82. package/data/packages/platform-cryptography/api/Class.OtpService.md +4 -4
  83. package/data/packages/platform-cryptography/api/Interface.IOtpService.md +4 -4
  84. package/data/packages/platform-cryptography/api/Interface.IOtpUriOptions.md +4 -4
  85. package/data/packages/platform-cryptography/api/Variable.OTP_SERVICE_TOKEN.md +1 -1
  86. package/data/packages/platform-cryptography/api/Variable.TOTP_EPOCH_TOLERANCE.md +1 -1
  87. package/data/packages/platform-intelligence/api/Class.IntelligenceCapabilityRegistrarBase.md +4 -4
  88. package/data/packages/platform-intelligence/api/Class.IntelligenceCapabilityRegistry.md +3 -3
  89. package/data/packages/platform-intelligence/api/Class.IntelligenceModule.md +1 -1
  90. package/data/packages/platform-intelligence/api/Class.IntelligenceTextGenerator.md +4 -4
  91. package/data/packages/platform-intelligence/api/Interface.IIntelligenceArtifact.md +2 -2
  92. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapability.md +3 -3
  93. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityMetadata.md +5 -5
  94. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityPayload.md +3 -3
  95. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityRegistry.md +3 -3
  96. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityResult.md +3 -3
  97. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCompletionUsage.md +3 -3
  98. package/data/packages/platform-intelligence/api/Interface.IIntelligenceContext.md +5 -5
  99. package/data/packages/platform-intelligence/api/Interface.IIntelligenceContextBuilder.md +1 -1
  100. package/data/packages/platform-intelligence/api/Interface.IIntelligenceConversationMessageSnapshot.md +5 -5
  101. package/data/packages/platform-intelligence/api/Interface.IIntelligenceConversationSnapshot.md +4 -4
  102. package/data/packages/platform-intelligence/api/Interface.IIntelligenceFollowUpQuestion.md +3 -3
  103. package/data/packages/platform-intelligence/api/Interface.IIntelligenceIntent.md +3 -3
  104. package/data/packages/platform-intelligence/api/Interface.IIntelligenceIntentEntity.md +2 -2
  105. package/data/packages/platform-intelligence/api/Interface.IIntelligenceMessageModel.md +5 -5
  106. package/data/packages/platform-intelligence/api/Interface.IIntelligenceMessagePayload.md +2 -2
  107. package/data/packages/platform-intelligence/api/Interface.IIntelligencePrompt.md +2 -2
  108. package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptMessage.md +2 -2
  109. package/data/packages/platform-intelligence/api/Interface.IIntelligenceProviderConfiguration.md +7 -7
  110. package/data/packages/platform-intelligence/api/Interface.IIntelligenceResponseMessage.md +2 -2
  111. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextCompletion.md +4 -4
  112. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextGenerationOptions.md +3 -3
  113. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextGenerator.md +2 -2
  114. package/data/packages/platform-mailing/api/Class.MailService.md +4 -4
  115. package/data/packages/platform-mailing/api/Class.MailVerificationService.md +4 -4
  116. package/data/packages/platform-mailing/api/Class.MailgunDeliveryStrategy.md +3 -3
  117. package/data/packages/platform-mailing/api/Class.PostmarkDeliveryStrategy.md +3 -3
  118. package/data/packages/platform-mailing/api/Class.ResendDeliveryStrategy.md +3 -3
  119. package/data/packages/platform-mailing/api/Class.SendGridDeliveryStrategy.md +3 -3
  120. package/data/packages/platform-mailing/api/Class.SmtpDeliveryStrategy.md +3 -3
  121. package/data/packages/platform-openapi/api/Function.SwaggerFeature.md +1 -1
  122. package/data/packages/platform-payments/api/Class.LemonSqueezyClient.md +6 -6
  123. package/data/packages/platform-payments/api/Class.MollieClient.md +6 -6
  124. package/data/packages/platform-payments/api/Class.PaddleClient.md +6 -6
  125. package/data/packages/platform-payments/api/Class.StripeClient.md +6 -6
  126. package/package.json +1 -1
  127. package/data/packages/platform-authentication/api/Class.GithubStrategy.md +0 -73
@@ -6,7 +6,7 @@ editUrl: false
6
6
 
7
7
  # Class: AppInsightsAnalyticsClient
8
8
 
9
- Defined in: [application-insights/AppInsightsAnalyticsClient.ts:21](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L21)
9
+ Defined in: [application-insights/AppInsightsAnalyticsClient.ts:22](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L22)
10
10
 
11
11
  Azure Application Insights implementation of the [AnalyticsClientPort](Class.AnalyticsClientPort).
12
12
  Uses the `applicationinsights` SDK for error tracking and analytics.
@@ -23,7 +23,7 @@ Uses the `applicationinsights` SDK for error tracking and analytics.
23
23
  new AppInsightsAnalyticsClient(configService): AppInsightsAnalyticsClient;
24
24
  ```
25
25
 
26
- Defined in: [application-insights/AppInsightsAnalyticsClient.ts:31](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L31)
26
+ Defined in: [application-insights/AppInsightsAnalyticsClient.ts:32](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L32)
27
27
 
28
28
  #### Parameters
29
29
 
@@ -47,7 +47,7 @@ Defined in: [application-insights/AppInsightsAnalyticsClient.ts:31](https://gith
47
47
  addBreadcrumb(breadcrumb): void;
48
48
  ```
49
49
 
50
- Defined in: [application-insights/AppInsightsAnalyticsClient.ts:80](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L80)
50
+ Defined in: [application-insights/AppInsightsAnalyticsClient.ts:81](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L81)
51
51
 
52
52
  Add a breadcrumb entry to the analytics trail.
53
53
 
@@ -73,7 +73,7 @@ Add a breadcrumb entry to the analytics trail.
73
73
  captureException(error, context?): void;
74
74
  ```
75
75
 
76
- Defined in: [application-insights/AppInsightsAnalyticsClient.ts:48](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L48)
76
+ Defined in: [application-insights/AppInsightsAnalyticsClient.ts:49](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L49)
77
77
 
78
78
  Capture an exception with optional context.
79
79
 
@@ -103,7 +103,7 @@ captureMessage(
103
103
  context?): void;
104
104
  ```
105
105
 
106
- Defined in: [application-insights/AppInsightsAnalyticsClient.ts:56](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L56)
106
+ Defined in: [application-insights/AppInsightsAnalyticsClient.ts:57](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L57)
107
107
 
108
108
  Capture a message with a specific severity level.
109
109
 
@@ -131,7 +131,7 @@ Capture a message with a specific severity level.
131
131
  clearUser(): void;
132
132
  ```
133
133
 
134
- Defined in: [application-insights/AppInsightsAnalyticsClient.ts:74](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L74)
134
+ Defined in: [application-insights/AppInsightsAnalyticsClient.ts:75](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L75)
135
135
 
136
136
  Clear the current user context.
137
137
 
@@ -151,7 +151,7 @@ Clear the current user context.
151
151
  setUser(user): void;
152
152
  ```
153
153
 
154
- Defined in: [application-insights/AppInsightsAnalyticsClient.ts:65](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L65)
154
+ Defined in: [application-insights/AppInsightsAnalyticsClient.ts:66](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/application-insights/AppInsightsAnalyticsClient.ts#L66)
155
155
 
156
156
  Set the current user context for subsequent events.
157
157
 
@@ -6,7 +6,7 @@ editUrl: false
6
6
 
7
7
  # Class: DatadogAnalyticsClient
8
8
 
9
- Defined in: [datadog/DatadogAnalyticsClient.ts:20](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L20)
9
+ Defined in: [datadog/DatadogAnalyticsClient.ts:21](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L21)
10
10
 
11
11
  Datadog implementation of the [AnalyticsClientPort](Class.AnalyticsClientPort).
12
12
  Uses the `dd-trace` SDK for error tracking and analytics.
@@ -23,7 +23,7 @@ Uses the `dd-trace` SDK for error tracking and analytics.
23
23
  new DatadogAnalyticsClient(configService): DatadogAnalyticsClient;
24
24
  ```
25
25
 
26
- Defined in: [datadog/DatadogAnalyticsClient.ts:31](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L31)
26
+ Defined in: [datadog/DatadogAnalyticsClient.ts:32](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L32)
27
27
 
28
28
  #### Parameters
29
29
 
@@ -47,7 +47,7 @@ Defined in: [datadog/DatadogAnalyticsClient.ts:31](https://github.com/RueDeRenne
47
47
  addBreadcrumb(breadcrumb): void;
48
48
  ```
49
49
 
50
- Defined in: [datadog/DatadogAnalyticsClient.ts:112](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L112)
50
+ Defined in: [datadog/DatadogAnalyticsClient.ts:113](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L113)
51
51
 
52
52
  Add a breadcrumb entry to the analytics trail.
53
53
 
@@ -73,7 +73,7 @@ Add a breadcrumb entry to the analytics trail.
73
73
  captureException(error, context?): void;
74
74
  ```
75
75
 
76
- Defined in: [datadog/DatadogAnalyticsClient.ts:48](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L48)
76
+ Defined in: [datadog/DatadogAnalyticsClient.ts:49](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L49)
77
77
 
78
78
  Capture an exception with optional context.
79
79
 
@@ -103,7 +103,7 @@ captureMessage(
103
103
  context?): void;
104
104
  ```
105
105
 
106
- Defined in: [datadog/DatadogAnalyticsClient.ts:70](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L70)
106
+ Defined in: [datadog/DatadogAnalyticsClient.ts:71](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L71)
107
107
 
108
108
  Capture a message with a specific severity level.
109
109
 
@@ -131,7 +131,7 @@ Capture a message with a specific severity level.
131
131
  clearUser(): void;
132
132
  ```
133
133
 
134
- Defined in: [datadog/DatadogAnalyticsClient.ts:107](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L107)
134
+ Defined in: [datadog/DatadogAnalyticsClient.ts:108](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L108)
135
135
 
136
136
  Clear the current user context.
137
137
 
@@ -151,7 +151,7 @@ Clear the current user context.
151
151
  setUser(user): void;
152
152
  ```
153
153
 
154
- Defined in: [datadog/DatadogAnalyticsClient.ts:88](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L88)
154
+ Defined in: [datadog/DatadogAnalyticsClient.ts:89](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/datadog/DatadogAnalyticsClient.ts#L89)
155
155
 
156
156
  Set the current user context for subsequent events.
157
157
 
@@ -6,7 +6,7 @@ editUrl: false
6
6
 
7
7
  # Class: SentryAnalyticsClient
8
8
 
9
- Defined in: [sentry/SentryAnalyticsClient.ts:20](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L20)
9
+ Defined in: [sentry/SentryAnalyticsClient.ts:21](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L21)
10
10
 
11
11
  Sentry implementation of the [AnalyticsClientPort](Class.AnalyticsClientPort).
12
12
  Uses the official `@sentry/node` SDK for error tracking and analytics.
@@ -23,7 +23,7 @@ Uses the official `@sentry/node` SDK for error tracking and analytics.
23
23
  new SentryAnalyticsClient(configService): SentryAnalyticsClient;
24
24
  ```
25
25
 
26
- Defined in: [sentry/SentryAnalyticsClient.ts:29](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L29)
26
+ Defined in: [sentry/SentryAnalyticsClient.ts:30](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L30)
27
27
 
28
28
  #### Parameters
29
29
 
@@ -47,7 +47,7 @@ Defined in: [sentry/SentryAnalyticsClient.ts:29](https://github.com/RueDeRennes/
47
47
  addBreadcrumb(breadcrumb): void;
48
48
  ```
49
49
 
50
- Defined in: [sentry/SentryAnalyticsClient.ts:73](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L73)
50
+ Defined in: [sentry/SentryAnalyticsClient.ts:74](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L74)
51
51
 
52
52
  Add a breadcrumb entry to the analytics trail.
53
53
 
@@ -73,7 +73,7 @@ Add a breadcrumb entry to the analytics trail.
73
73
  captureException(error, context?): void;
74
74
  ```
75
75
 
76
- Defined in: [sentry/SentryAnalyticsClient.ts:45](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L45)
76
+ Defined in: [sentry/SentryAnalyticsClient.ts:46](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L46)
77
77
 
78
78
  Capture an exception with optional context.
79
79
 
@@ -103,7 +103,7 @@ captureMessage(
103
103
  context?): void;
104
104
  ```
105
105
 
106
- Defined in: [sentry/SentryAnalyticsClient.ts:50](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L50)
106
+ Defined in: [sentry/SentryAnalyticsClient.ts:51](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L51)
107
107
 
108
108
  Capture a message with a specific severity level.
109
109
 
@@ -131,7 +131,7 @@ Capture a message with a specific severity level.
131
131
  clearUser(): void;
132
132
  ```
133
133
 
134
- Defined in: [sentry/SentryAnalyticsClient.ts:68](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L68)
134
+ Defined in: [sentry/SentryAnalyticsClient.ts:69](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L69)
135
135
 
136
136
  Clear the current user context.
137
137
 
@@ -151,7 +151,7 @@ Clear the current user context.
151
151
  setUser(user): void;
152
152
  ```
153
153
 
154
- Defined in: [sentry/SentryAnalyticsClient.ts:58](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L58)
154
+ Defined in: [sentry/SentryAnalyticsClient.ts:59](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-analytics/src/sentry/SentryAnalyticsClient.ts#L59)
155
155
 
156
156
  Set the current user context for subsequent events.
157
157
 
@@ -1,30 +1,36 @@
1
1
  ---
2
- title: 'Class: AppleStrategy'
2
+ title: 'Class: AppleConnector'
3
3
  generated: true
4
4
  editUrl: false
5
5
  ---
6
6
 
7
- # Class: AppleStrategy
7
+ # Class: AppleConnector
8
8
 
9
- Defined in: [libs/platform-authentication/src/strategies/AppleStrategy.ts:21](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/strategies/AppleStrategy.ts#L21)
9
+ Defined in: [libs/platform-authentication/src/connectors/AppleConnector.ts:22](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/connectors/AppleConnector.ts#L22)
10
10
 
11
- The `AppleStrategy` integrates Apple Sign In authentication.
11
+ The `AppleConnector` integrates Apple Sign In authentication.
12
12
 
13
13
  ## Extends
14
14
 
15
- - `AppleStrategy`\<`this`\> & `PassportStrategyMixin`\<`unknown`, `this`\>
15
+ - `_ConnectorBase`\<_typeof_ `AppleStrategy`, `this`\>
16
+
17
+ ## Indexable
18
+
19
+ ```ts
20
+ [key: string]: any
21
+ ```
16
22
 
17
23
  ## Constructors
18
24
 
19
25
  ### Constructor
20
26
 
21
27
  ```ts
22
- new AppleStrategy(socialAuth, configService): AppleStrategy;
28
+ new AppleConnector(socialAuth, configService): AppleConnector;
23
29
  ```
24
30
 
25
- Defined in: [libs/platform-authentication/src/strategies/AppleStrategy.ts:37](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/strategies/AppleStrategy.ts#L37)
31
+ Defined in: [libs/platform-authentication/src/connectors/AppleConnector.ts:38](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/connectors/AppleConnector.ts#L38)
26
32
 
27
- Initializes a new instance of the `AppleStrategy` class.
33
+ Initializes a new instance of the `AppleConnector` class.
28
34
 
29
35
  #### Parameters
30
36
 
@@ -35,12 +41,12 @@ Initializes a new instance of the `AppleStrategy` class.
35
41
 
36
42
  #### Returns
37
43
 
38
- `AppleStrategy`
44
+ `AppleConnector`
39
45
 
40
46
  #### Overrides
41
47
 
42
48
  ```ts
43
- PassportStrategy(Strategy, 'apple').constructor;
49
+ ConnectorBase(Strategy, 'apple').constructor;
44
50
  ```
45
51
 
46
52
  ## Methods
@@ -55,7 +61,7 @@ validate(
55
61
  profile): Promise<IAuthSubject>;
56
62
  ```
57
63
 
58
- Defined in: [libs/platform-authentication/src/strategies/AppleStrategy.ts:73](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/strategies/AppleStrategy.ts#L73)
64
+ Defined in: [libs/platform-authentication/src/connectors/AppleConnector.ts:74](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/connectors/AppleConnector.ts#L74)
59
65
 
60
66
  Validates the Apple authentication payload.
61
67
 
@@ -77,5 +83,5 @@ The authenticated user.
77
83
  #### Overrides
78
84
 
79
85
  ```ts
80
- PassportStrategy(Strategy, 'apple').validate;
86
+ ConnectorBase(Strategy, 'apple').validate;
81
87
  ```
@@ -6,7 +6,7 @@ editUrl: false
6
6
 
7
7
  # Class: AuthModule
8
8
 
9
- Defined in: [libs/platform-authentication/src/AuthModule.ts:102](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/AuthModule.ts#L102)
9
+ Defined in: [libs/platform-authentication/src/AuthModule.ts:132](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/AuthModule.ts#L132)
10
10
 
11
11
  The `AuthModule` handles JWT-based authentication,
12
12
  including token creation and validation.
@@ -31,7 +31,7 @@ new AuthModule(): AuthModule;
31
31
  configure(consumer): void;
32
32
  ```
33
33
 
34
- Defined in: [libs/platform-authentication/src/AuthModule.ts:213](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/AuthModule.ts#L213)
34
+ Defined in: [libs/platform-authentication/src/AuthModule.ts:235](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/AuthModule.ts#L235)
35
35
 
36
36
  #### Parameters
37
37
 
@@ -51,7 +51,7 @@ Defined in: [libs/platform-authentication/src/AuthModule.ts:213](https://github.
51
51
  static register(options): DynamicModule;
52
52
  ```
53
53
 
54
- Defined in: [libs/platform-authentication/src/AuthModule.ts:112](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/AuthModule.ts#L112)
54
+ Defined in: [libs/platform-authentication/src/AuthModule.ts:142](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/AuthModule.ts#L142)
55
55
 
56
56
  Registers the auth module with the provided port implementations.
57
57
 
@@ -6,7 +6,7 @@ editUrl: false
6
6
 
7
7
  # Class: ChallengeService
8
8
 
9
- Defined in: [libs/platform-authentication/src/services/ChallengeService.ts:29](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/ChallengeService.ts#L29)
9
+ Defined in: [libs/platform-authentication/src/services/ChallengeService.ts:30](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/ChallengeService.ts#L30)
10
10
 
11
11
  Stores and validates MFA login challenges.
12
12
 
@@ -18,7 +18,7 @@ Stores and validates MFA login challenges.
18
18
  new ChallengeService(configService): ChallengeService;
19
19
  ```
20
20
 
21
- Defined in: [libs/platform-authentication/src/services/ChallengeService.ts:40](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/ChallengeService.ts#L40)
21
+ Defined in: [libs/platform-authentication/src/services/ChallengeService.ts:41](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/ChallengeService.ts#L41)
22
22
 
23
23
  #### Parameters
24
24
 
@@ -45,7 +45,7 @@ create(
45
45
  clientName?): Promise<IMfaChallengeState>;
46
46
  ```
47
47
 
48
- Defined in: [libs/platform-authentication/src/services/ChallengeService.ts:53](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/ChallengeService.ts#L53)
48
+ Defined in: [libs/platform-authentication/src/services/ChallengeService.ts:54](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/ChallengeService.ts#L54)
49
49
 
50
50
  Issues a new MFA challenge for a user.
51
51
 
@@ -73,7 +73,7 @@ Issues a new MFA challenge for a user.
73
73
  get(challengeId): Promise<IMfaChallengeState>;
74
74
  ```
75
75
 
76
- Defined in: [libs/platform-authentication/src/services/ChallengeService.ts:85](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/ChallengeService.ts#L85)
76
+ Defined in: [libs/platform-authentication/src/services/ChallengeService.ts:86](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/ChallengeService.ts#L86)
77
77
 
78
78
  Retrieves an active challenge, throwing if invalid or expired.
79
79
 
@@ -95,7 +95,7 @@ Retrieves an active challenge, throwing if invalid or expired.
95
95
  incrementAttempts(challengeId): Promise<IMfaChallengeState>;
96
96
  ```
97
97
 
98
- Defined in: [libs/platform-authentication/src/services/ChallengeService.ts:102](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/ChallengeService.ts#L102)
98
+ Defined in: [libs/platform-authentication/src/services/ChallengeService.ts:103](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/ChallengeService.ts#L103)
99
99
 
100
100
  Increments failed attempts and optionally invalidates the challenge.
101
101
 
@@ -117,7 +117,7 @@ Increments failed attempts and optionally invalidates the challenge.
117
117
  invalidate(challengeId): Promise<void>;
118
118
  ```
119
119
 
120
- Defined in: [libs/platform-authentication/src/services/ChallengeService.ts:123](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/ChallengeService.ts#L123)
120
+ Defined in: [libs/platform-authentication/src/services/ChallengeService.ts:124](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/ChallengeService.ts#L124)
121
121
 
122
122
  Invalidates a challenge after successful verification.
123
123
 
@@ -0,0 +1,79 @@
1
+ ---
2
+ title: 'Class: GithubConnector'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+
7
+ # Class: GithubConnector
8
+
9
+ Defined in: [libs/platform-authentication/src/connectors/GithubConnector.ts:14](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/connectors/GithubConnector.ts#L14)
10
+
11
+ ## Extends
12
+
13
+ - `_ConnectorBase`\<_typeof_ `Strategy`, `this`\>
14
+
15
+ ## Indexable
16
+
17
+ ```ts
18
+ [key: string]: any
19
+ ```
20
+
21
+ ## Constructors
22
+
23
+ ### Constructor
24
+
25
+ ```ts
26
+ new GithubConnector(socialAuth, configService): GithubConnector;
27
+ ```
28
+
29
+ Defined in: [libs/platform-authentication/src/connectors/GithubConnector.ts:30](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/connectors/GithubConnector.ts#L30)
30
+
31
+ Constructs a new instance of the `GithubConnector` class.
32
+
33
+ #### Parameters
34
+
35
+ | Parameter | Type | Description |
36
+ | --------------- | ---------------------------------------- | ------------------------------- |
37
+ | `socialAuth` | [`SocialAuthPort`](Class.SocialAuthPort) | Social auth port instance. |
38
+ | `configService` | `ConfigService` | Configuration service instance. |
39
+
40
+ #### Returns
41
+
42
+ `GithubConnector`
43
+
44
+ #### Overrides
45
+
46
+ ```ts
47
+ ConnectorBase(Strategy, 'github').constructor;
48
+ ```
49
+
50
+ ## Methods
51
+
52
+ ### validate()
53
+
54
+ ```ts
55
+ validate(
56
+ _accessToken,
57
+ _refreshToken,
58
+ profile): Promise<IAuthSubject>;
59
+ ```
60
+
61
+ Defined in: [libs/platform-authentication/src/connectors/GithubConnector.ts:54](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/connectors/GithubConnector.ts#L54)
62
+
63
+ #### Parameters
64
+
65
+ | Parameter | Type |
66
+ | --------------- | --------- |
67
+ | `_accessToken` | `string` |
68
+ | `_refreshToken` | `string` |
69
+ | `profile` | `Profile` |
70
+
71
+ #### Returns
72
+
73
+ `Promise`\<[`IAuthSubject`](Interface.IAuthSubject)\>
74
+
75
+ #### Overrides
76
+
77
+ ```ts
78
+ ConnectorBase(Strategy, 'github').validate;
79
+ ```
@@ -1,30 +1,36 @@
1
1
  ---
2
- title: 'Class: GoogleStrategy'
2
+ title: 'Class: GoogleConnector'
3
3
  generated: true
4
4
  editUrl: false
5
5
  ---
6
6
 
7
- # Class: GoogleStrategy
7
+ # Class: GoogleConnector
8
8
 
9
- Defined in: [libs/platform-authentication/src/strategies/GoogleStrategy.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/strategies/GoogleStrategy.ts#L18)
9
+ Defined in: [libs/platform-authentication/src/connectors/GoogleConnector.ts:19](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/connectors/GoogleConnector.ts#L19)
10
10
 
11
- The `GoogleStrategy` integrates Google OAuth authentication.
11
+ The `GoogleConnector` integrates Google OAuth authentication.
12
12
 
13
13
  ## Extends
14
14
 
15
- - `Strategy`\<`this`\> & `PassportStrategyMixin`\<`unknown`, `this`\>
15
+ - `_ConnectorBase`\<_typeof_ `Strategy`, `this`\>
16
+
17
+ ## Indexable
18
+
19
+ ```ts
20
+ [key: string]: any
21
+ ```
16
22
 
17
23
  ## Constructors
18
24
 
19
25
  ### Constructor
20
26
 
21
27
  ```ts
22
- new GoogleStrategy(socialAuth, configService): GoogleStrategy;
28
+ new GoogleConnector(socialAuth, configService): GoogleConnector;
23
29
  ```
24
30
 
25
- Defined in: [libs/platform-authentication/src/strategies/GoogleStrategy.ts:34](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/strategies/GoogleStrategy.ts#L34)
31
+ Defined in: [libs/platform-authentication/src/connectors/GoogleConnector.ts:35](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/connectors/GoogleConnector.ts#L35)
26
32
 
27
- Initializes a new instance of the `GoogleStrategy` class.
33
+ Initializes a new instance of the `GoogleConnector` class.
28
34
 
29
35
  #### Parameters
30
36
 
@@ -35,12 +41,12 @@ Initializes a new instance of the `GoogleStrategy` class.
35
41
 
36
42
  #### Returns
37
43
 
38
- `GoogleStrategy`
44
+ `GoogleConnector`
39
45
 
40
46
  #### Overrides
41
47
 
42
48
  ```ts
43
- PassportStrategy(Strategy, 'google').constructor;
49
+ ConnectorBase(Strategy, 'google').constructor;
44
50
  ```
45
51
 
46
52
  ## Methods
@@ -54,7 +60,7 @@ validate(
54
60
  profile): Promise<IAuthSubject>;
55
61
  ```
56
62
 
57
- Defined in: [libs/platform-authentication/src/strategies/GoogleStrategy.ts:65](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/strategies/GoogleStrategy.ts#L65)
63
+ Defined in: [libs/platform-authentication/src/connectors/GoogleConnector.ts:66](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/connectors/GoogleConnector.ts#L66)
58
64
 
59
65
  Validates the Google authentication payload.
60
66
 
@@ -75,5 +81,5 @@ The authenticated user.
75
81
  #### Overrides
76
82
 
77
83
  ```ts
78
- PassportStrategy(Strategy, 'google').validate;
84
+ ConnectorBase(Strategy, 'google').validate;
79
85
  ```
@@ -6,7 +6,7 @@ editUrl: false
6
6
 
7
7
  # Class: MfaService
8
8
 
9
- Defined in: [libs/platform-authentication/src/services/MfaService.ts:22](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/MfaService.ts#L22)
9
+ Defined in: [libs/platform-authentication/src/mfa/MfaService.ts:22](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/mfa/MfaService.ts#L22)
10
10
 
11
11
  Orchestrates MFA channels, backup codes, and user preferences.
12
12
 
@@ -22,7 +22,7 @@ new MfaService(
22
22
  channels): MfaService;
23
23
  ```
24
24
 
25
- Defined in: [libs/platform-authentication/src/services/MfaService.ts:35](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/MfaService.ts#L35)
25
+ Defined in: [libs/platform-authentication/src/mfa/MfaService.ts:35](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/mfa/MfaService.ts#L35)
26
26
 
27
27
  #### Parameters
28
28
 
@@ -47,7 +47,7 @@ Defined in: [libs/platform-authentication/src/services/MfaService.ts:35](https:/
47
47
  get registeredMethods(): string[];
48
48
  ```
49
49
 
50
- Defined in: [libs/platform-authentication/src/services/MfaService.ts:249](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/MfaService.ts#L249)
50
+ Defined in: [libs/platform-authentication/src/mfa/MfaService.ts:249](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/mfa/MfaService.ts#L249)
51
51
 
52
52
  ##### Returns
53
53
 
@@ -61,7 +61,7 @@ Defined in: [libs/platform-authentication/src/services/MfaService.ts:249](https:
61
61
  disable(userId): Promise<void>;
62
62
  ```
63
63
 
64
- Defined in: [libs/platform-authentication/src/services/MfaService.ts:237](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/MfaService.ts#L237)
64
+ Defined in: [libs/platform-authentication/src/mfa/MfaService.ts:237](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/mfa/MfaService.ts#L237)
65
65
 
66
66
  Disables MFA for a user and clears channel secrets.
67
67
 
@@ -86,7 +86,7 @@ getEnabledMethods(userId): Promise<{
86
86
  }>;
87
87
  ```
88
88
 
89
- Defined in: [libs/platform-authentication/src/services/MfaService.ts:146](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/MfaService.ts#L146)
89
+ Defined in: [libs/platform-authentication/src/mfa/MfaService.ts:146](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/mfa/MfaService.ts#L146)
90
90
 
91
91
  Returns enabled methods and preferred method for a user.
92
92
 
@@ -114,7 +114,7 @@ initSetup(
114
114
  context?): Promise<IMfaSetup>;
115
115
  ```
116
116
 
117
- Defined in: [libs/platform-authentication/src/services/MfaService.ts:55](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/MfaService.ts#L55)
117
+ Defined in: [libs/platform-authentication/src/mfa/MfaService.ts:55](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/mfa/MfaService.ts#L55)
118
118
 
119
119
  Initializes setup for a specific MFA method.
120
120
 
@@ -138,7 +138,7 @@ Initializes setup for a specific MFA method.
138
138
  issueChallenges(userId, methods): Promise<void>;
139
139
  ```
140
140
 
141
- Defined in: [libs/platform-authentication/src/services/MfaService.ts:183](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/MfaService.ts#L183)
141
+ Defined in: [libs/platform-authentication/src/mfa/MfaService.ts:183](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/mfa/MfaService.ts#L183)
142
142
 
143
143
  Issues out-of-band challenge codes for login flows for applicable channels.
144
144
 
@@ -161,7 +161,7 @@ Issues out-of-band challenge codes for login flows for applicable channels.
161
161
  regenerateBackupCodes(userId): Promise<readonly string[]>;
162
162
  ```
163
163
 
164
- Defined in: [libs/platform-authentication/src/services/MfaService.ts:219](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/MfaService.ts#L219)
164
+ Defined in: [libs/platform-authentication/src/mfa/MfaService.ts:219](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/mfa/MfaService.ts#L219)
165
165
 
166
166
  Regenerates backup codes.
167
167
 
@@ -183,7 +183,7 @@ Regenerates backup codes.
183
183
  setPreferredMethod(userId, method): Promise<void>;
184
184
  ```
185
185
 
186
- Defined in: [libs/platform-authentication/src/services/MfaService.ts:199](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/MfaService.ts#L199)
186
+ Defined in: [libs/platform-authentication/src/mfa/MfaService.ts:199](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/mfa/MfaService.ts#L199)
187
187
 
188
188
  Updates the preferred MFA method.
189
189
 
@@ -209,7 +209,7 @@ verifyChallenge(
209
209
  code): Promise<boolean>;
210
210
  ```
211
211
 
212
- Defined in: [libs/platform-authentication/src/services/MfaService.ts:103](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/MfaService.ts#L103)
212
+ Defined in: [libs/platform-authentication/src/mfa/MfaService.ts:103](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/mfa/MfaService.ts#L103)
213
213
 
214
214
  Verifies a login challenge using the selected method or backup code.
215
215
 
@@ -236,7 +236,7 @@ verifySetup(
236
236
  code): Promise<IMfaConfirmation>;
237
237
  ```
238
238
 
239
- Defined in: [libs/platform-authentication/src/services/MfaService.ts:73](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/services/MfaService.ts#L73)
239
+ Defined in: [libs/platform-authentication/src/mfa/MfaService.ts:73](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/mfa/MfaService.ts#L73)
240
240
 
241
241
  Verifies the initial code for a method and issues backup codes.
242
242