C# 클래스 OAuth.AspNet.AuthServer.AuthenticationResponseChallenge

Exposes the security.Challenge environment value as a strong type.
파일 보기 프로젝트 열기: XacronDevelopment/oauth-aspnet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AuthenticationResponseChallenge ( string authenticationTypes, AuthenticationProperties properties ) : Microsoft.AspNetCore.Http.Authentication

Initializes a new instance of the AuthenticationResponseChallenge class

메소드 상세

AuthenticationResponseChallenge() 공개 메소드

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