File: TwitterErrorResponse.cs | Web Access |
Project: src\src\Security\Authentication\Twitter\src\Microsoft.AspNetCore.Authentication.Twitter.csproj (Microsoft.AspNetCore.Authentication.Twitter) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.AspNetCore.Authentication.Twitter; internal sealed class TwitterErrorResponse { public List<TwitterError>? Errors { get; set; } } |