diff --git a/lib/csharp/microsoft.bot.builder.solutions.shared/microsoft.bot.builder.solutions.shared/Authentication/OAuthConnection.cs b/lib/csharp/microsoft.bot.builder.solutions.shared/microsoft.bot.builder.solutions.shared/Authentication/OAuthConnection.cs new file mode 100644 index 0000000000..3b2dd657b7 --- /dev/null +++ b/lib/csharp/microsoft.bot.builder.solutions.shared/microsoft.bot.builder.solutions.shared/Authentication/OAuthConnection.cs @@ -0,0 +1,9 @@ +namespace Microsoft.Bot.Builder.Solutions.Shared.Authentication +{ + public class OAuthConnection + { + public string Name { get; set; } + + public string Provider { get; set; } + } +} \ No newline at end of file