C# Class OAuth.AspNet.AuthServer.AuthenticationResponseChallenge

Exposes the security.Challenge environment value as a strong type.
Mostrar archivo Open project: XacronDevelopment/oauth-aspnet

Private Properties

Property Type Description

Public Methods

Method Description
AuthenticationResponseChallenge ( string authenticationTypes, AuthenticationProperties properties ) : Microsoft.AspNetCore.Http.Authentication

Initializes a new instance of the AuthenticationResponseChallenge class

Method Details

AuthenticationResponseChallenge() public method

Initializes a new instance of the AuthenticationResponseChallenge class
public AuthenticationResponseChallenge ( string authenticationTypes, AuthenticationProperties properties ) : Microsoft.AspNetCore.Http.Authentication
authenticationTypes string
properties AuthenticationProperties
return Microsoft.AspNetCore.Http.Authentication