OAuth.AspNet.AuthServer.OAuthMatchContext.MatchesNothing C# (CSharp) Method

MatchesNothing() public method

Sets the endpoint type to neither authorize nor token.
public MatchesNothing ( ) : void
return void
        public void MatchesNothing()
        {
            IsAuthorizeEndpoint = false;
            IsTokenEndpoint = false;
        }