You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/botbuilder-core/src/configurationBotFrameworkAuthentication.ts
+5-1
Original file line number
Diff line number
Diff line change
@@ -112,10 +112,14 @@ const TypedOptions = z
112
112
})
113
113
.partial();
114
114
115
+
typeZodOptions=z.infer<typeofTypedOptions>;
116
+
115
117
/**
116
118
* Contains settings used to configure a [ConfigurationBotFrameworkAuthentication](xref:botbuilder-core.ConfigurationBotFrameworkAuthentication) instance.
* Creates a [BotFrameworkAuthentication](xref:botframework-connector.BotFrameworkAuthentication) instance from an object with the authentication values or a [Configuration](xref:botbuilder-dialogs-adaptive-runtime-core.Configuration) instance.
0 commit comments