| File: HandleRequestResults.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 static class HandleRequestResults { internal static HandleRequestResult InvalidStateCookie = HandleRequestResult.Fail("Invalid state cookie."); } |