File: HandleRequestResults.cs | Web Access |
Project: src\src\Security\Authentication\OAuth\src\Microsoft.AspNetCore.Authentication.OAuth.csproj (Microsoft.AspNetCore.Authentication.OAuth) |
// 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.OAuth; internal static class HandleRequestResults { internal static HandleRequestResult InvalidState = HandleRequestResult.Fail("The oauth state was missing or invalid."); } |