@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.
- package/data/packages/platform-analytics/api/Class.AppInsightsAnalyticsClient.md +7 -7
- package/data/packages/platform-analytics/api/Class.DatadogAnalyticsClient.md +7 -7
- package/data/packages/platform-analytics/api/Class.SentryAnalyticsClient.md +7 -7
- package/data/packages/platform-authentication/api/{Class.AppleStrategy.md → Class.AppleConnector.md} +18 -12
- package/data/packages/platform-authentication/api/Class.AuthModule.md +3 -3
- package/data/packages/platform-authentication/api/Class.ChallengeService.md +6 -6
- package/data/packages/platform-authentication/api/Class.GithubConnector.md +79 -0
- package/data/packages/platform-authentication/api/{Class.GoogleStrategy.md → Class.GoogleConnector.md} +18 -12
- package/data/packages/platform-authentication/api/Class.MfaService.md +11 -11
- package/data/packages/platform-authentication/api/{Class.MicrosoftStrategy.md → Class.MicrosoftConnector.md} +18 -12
- package/data/packages/platform-authentication/api/Class.TotpMfaChannel.md +145 -0
- package/data/packages/platform-authentication/api/Class.VerificationService.md +7 -7
- package/data/packages/platform-authentication/api/Interface.IAuthModuleOptions.md +47 -17
- package/data/packages/platform-authentication/api/Interface.IMfaChallengeState.md +12 -12
- package/data/packages/platform-authentication/api/Variable.APPLE_AUTH_CONFIG_ENTRIES.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_CALLBACK_URL.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_CLIENT_ID.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_KEY_ID.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_PRIVATE_KEY.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_SCOPE.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_TEAM_ID.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_CALLBACK_URL.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_CLIENT_ID.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_CLIENT_SECRET.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_SCOPE.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_CALLBACK_URL.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_CLIENT_ID.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_CLIENT_SECRET.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_SCOPE.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_EMAIL_CODE_TTL.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_EMAIL_MIN_RESEND.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_ISSUER.md +15 -0
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_PUSH_CODE_TTL.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_PUSH_MIN_RESEND.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_SMS_CODE_TTL.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_SMS_MIN_RESEND.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_CALLBACK_URL.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_CLIENT_ID.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_CLIENT_SECRET.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_SCOPE.md +1 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_TENANT.md +1 -1
- package/data/packages/platform-authentication/api/Variable.GITHUB_AUTH_CONFIG_ENTRIES.md +1 -1
- package/data/packages/platform-authentication/api/Variable.GOOGLE_AUTH_CONFIG_ENTRIES.md +1 -1
- package/data/packages/platform-authentication/api/Variable.MICROSOFT_AUTH_CONFIG_ENTRIES.md +1 -1
- package/data/packages/platform-authentication/api/Variable.PLATFORM_AUTHENTICATION_CONFIG_ENTRIES.md +1 -1
- package/data/packages/platform-authentication/api/Variable.SEED_ANONYMOUS_USERNAME.md +1 -1
- package/data/packages/platform-authentication/api/Variable.TOTP_MFA_PROVIDERS.md +30 -0
- package/data/packages/platform-authentication/api/index.md +7 -4
- package/data/packages/platform-blob-storage/api/Class.BlobModule.md +2 -2
- package/data/packages/platform-blob-storage/api/Interface.IAwsS3BlobProviderRegistration.md +3 -3
- package/data/packages/platform-blob-storage/api/Interface.IAzureBlobProviderRegistration.md +3 -3
- package/data/packages/platform-blob-storage/api/Interface.IBlobModuleOptions.md +5 -5
- package/data/packages/platform-blob-storage/api/Interface.ICustomBlobProviderRegistration.md +3 -3
- package/data/packages/platform-blob-storage/api/Interface.IVercelBlobProviderRegistration.md +3 -3
- package/data/packages/platform-blob-storage/api/TypeAlias.IBlobProviderRegistration.md +1 -1
- package/data/packages/platform-caching/api/Class.MemoryLayeredCache.md +10 -10
- package/data/packages/platform-caching/api/Class.NoopCacheMetricsRecorder.md +5 -5
- package/data/packages/platform-caching/api/Class.RedisLayeredCache.md +8 -8
- package/data/packages/platform-caching/api/Interface.ICacheMetricsRecorder.md +5 -5
- package/data/packages/platform-caching/api/Interface.ICacheStats.md +5 -5
- package/data/packages/platform-caching/api/Interface.ILayeredCache.md +8 -8
- package/data/packages/platform-caching/api/Interface.ILayeredCacheOptions.md +5 -5
- package/data/packages/platform-caching/api/Interface.IRedisLayeredCacheOptions.md +7 -7
- package/data/packages/platform-core/api/Class.AppHealthIndicator.md +3 -3
- package/data/packages/platform-core/api/Class.ErrorTemplateService.md +5 -5
- package/data/packages/platform-core/api/Class.HostService.md +8 -8
- package/data/packages/platform-core/api/Class.ResourceManager.md +19 -19
- package/data/packages/platform-core/api/Interface.IErrorPageParams.md +10 -10
- package/data/packages/platform-core/api/Interface.IHostContentParams.md +10 -10
- package/data/packages/platform-core/api/Interface.IResourceManagerConfig.md +4 -4
- package/data/packages/platform-core/api/Variable.APP_NAME.md +15 -0
- package/data/packages/platform-core/api/Variable.GIT_COMMIT.md +15 -0
- package/data/packages/platform-core/api/Variable.INTELLIGENCE_MAX_OUTPUT_TOKENS.md +1 -1
- package/data/packages/platform-core/api/Variable.INTELLIGENCE_MODEL.md +1 -1
- package/data/packages/platform-core/api/Variable.INTELLIGENCE_TEMPERATURE.md +1 -1
- package/data/packages/platform-core/api/Variable.INTELLIGENCE_TOP_P.md +1 -1
- package/data/packages/platform-core/api/Variable.NODE_ENV.md +1 -1
- package/data/packages/platform-core/api/Variable.PLATFORM_CORE_CONFIG_ENTRIES.md +1 -1
- package/data/packages/platform-core/api/index.md +2 -0
- package/data/packages/platform-cryptography/api/Class.BcryptService.md +2 -2
- package/data/packages/platform-cryptography/api/Class.CryptoService.md +2 -2
- package/data/packages/platform-cryptography/api/Class.OtpService.md +4 -4
- package/data/packages/platform-cryptography/api/Interface.IOtpService.md +4 -4
- package/data/packages/platform-cryptography/api/Interface.IOtpUriOptions.md +4 -4
- package/data/packages/platform-cryptography/api/Variable.OTP_SERVICE_TOKEN.md +1 -1
- package/data/packages/platform-cryptography/api/Variable.TOTP_EPOCH_TOLERANCE.md +1 -1
- package/data/packages/platform-intelligence/api/Class.IntelligenceCapabilityRegistrarBase.md +4 -4
- package/data/packages/platform-intelligence/api/Class.IntelligenceCapabilityRegistry.md +3 -3
- package/data/packages/platform-intelligence/api/Class.IntelligenceModule.md +1 -1
- package/data/packages/platform-intelligence/api/Class.IntelligenceTextGenerator.md +4 -4
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceArtifact.md +2 -2
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapability.md +3 -3
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityMetadata.md +5 -5
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityPayload.md +3 -3
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityRegistry.md +3 -3
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityResult.md +3 -3
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceCompletionUsage.md +3 -3
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceContext.md +5 -5
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceContextBuilder.md +1 -1
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceConversationMessageSnapshot.md +5 -5
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceConversationSnapshot.md +4 -4
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceFollowUpQuestion.md +3 -3
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceIntent.md +3 -3
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceIntentEntity.md +2 -2
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceMessageModel.md +5 -5
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceMessagePayload.md +2 -2
- package/data/packages/platform-intelligence/api/Interface.IIntelligencePrompt.md +2 -2
- package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptMessage.md +2 -2
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceProviderConfiguration.md +7 -7
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceResponseMessage.md +2 -2
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextCompletion.md +4 -4
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextGenerationOptions.md +3 -3
- package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextGenerator.md +2 -2
- package/data/packages/platform-mailing/api/Class.MailService.md +4 -4
- package/data/packages/platform-mailing/api/Class.MailVerificationService.md +4 -4
- package/data/packages/platform-mailing/api/Class.MailgunDeliveryStrategy.md +3 -3
- package/data/packages/platform-mailing/api/Class.PostmarkDeliveryStrategy.md +3 -3
- package/data/packages/platform-mailing/api/Class.ResendDeliveryStrategy.md +3 -3
- package/data/packages/platform-mailing/api/Class.SendGridDeliveryStrategy.md +3 -3
- package/data/packages/platform-mailing/api/Class.SmtpDeliveryStrategy.md +3 -3
- package/data/packages/platform-openapi/api/Function.SwaggerFeature.md +1 -1
- package/data/packages/platform-payments/api/Class.LemonSqueezyClient.md +6 -6
- package/data/packages/platform-payments/api/Class.MollieClient.md +6 -6
- package/data/packages/platform-payments/api/Class.PaddleClient.md +6 -6
- package/data/packages/platform-payments/api/Class.StripeClient.md +6 -6
- package/package.json +1 -1
- 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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
package/data/packages/platform-authentication/api/{Class.AppleStrategy.md → Class.AppleConnector.md}
RENAMED
|
@@ -1,30 +1,36 @@
|
|
|
1
1
|
---
|
|
2
|
-
title: 'Class:
|
|
2
|
+
title: 'Class: AppleConnector'
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
# Class:
|
|
7
|
+
# Class: AppleConnector
|
|
8
8
|
|
|
9
|
-
Defined in: [libs/platform-authentication/src/
|
|
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 `
|
|
11
|
+
The `AppleConnector` integrates Apple Sign In authentication.
|
|
12
12
|
|
|
13
13
|
## Extends
|
|
14
14
|
|
|
15
|
-
- `
|
|
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
|
|
28
|
+
new AppleConnector(socialAuth, configService): AppleConnector;
|
|
23
29
|
```
|
|
24
30
|
|
|
25
|
-
Defined in: [libs/platform-authentication/src/
|
|
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 `
|
|
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
|
-
`
|
|
44
|
+
`AppleConnector`
|
|
39
45
|
|
|
40
46
|
#### Overrides
|
|
41
47
|
|
|
42
48
|
```ts
|
|
43
|
-
|
|
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/
|
|
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
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
2
|
+
title: 'Class: GoogleConnector'
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
# Class:
|
|
7
|
+
# Class: GoogleConnector
|
|
8
8
|
|
|
9
|
-
Defined in: [libs/platform-authentication/src/
|
|
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 `
|
|
11
|
+
The `GoogleConnector` integrates Google OAuth authentication.
|
|
12
12
|
|
|
13
13
|
## Extends
|
|
14
14
|
|
|
15
|
-
- `
|
|
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
|
|
28
|
+
new GoogleConnector(socialAuth, configService): GoogleConnector;
|
|
23
29
|
```
|
|
24
30
|
|
|
25
|
-
Defined in: [libs/platform-authentication/src/
|
|
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 `
|
|
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
|
-
`
|
|
44
|
+
`GoogleConnector`
|
|
39
45
|
|
|
40
46
|
#### Overrides
|
|
41
47
|
|
|
42
48
|
```ts
|
|
43
|
-
|
|
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/
|
|
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
|
-
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
|