C# Class OAuth.AspNet.AuthServer.AuthenticationResponseChallenge

Exposes the security.Challenge environment value as a strong type.
Afficher le fichier Open project: XacronDevelopment/oauth-aspnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AuthenticationResponseChallenge ( string authenticationTypes, AuthenticationProperties properties ) : Microsoft.AspNetCore.Http.Authentication

Initializes a new instance of the AuthenticationResponseChallenge class

Method Details

AuthenticationResponseChallenge() public méthode

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