C# 클래스 cloudscribe.Core.IdentityServerIntegration.ConsentController

This controller implements the consent logic
상속: Microsoft.AspNetCore.Mvc.Controller
파일 보기 프로젝트 열기: joeaudette/cloudscribe

공개 메소드들

메소드 설명
ConsentController ( ILogger logger, IIdentityServerInteractionService interaction, IClientStore clientStore, IScopeStore scopeStore, IIdentityServerIntegration identityServerIntegration, SiteContext currentSite ) : IdentityServer4.Services

비공개 메소드들

메소드 설명
BuildViewModelAsync ( string returnUrl, ConsentInputModel model = null ) : Task
Index ( ConsentInputModel model ) : Task
Index ( string returnUrl ) : Task

메소드 상세

ConsentController() 공개 메소드

public ConsentController ( ILogger logger, IIdentityServerInteractionService interaction, IClientStore clientStore, IScopeStore scopeStore, IIdentityServerIntegration identityServerIntegration, SiteContext currentSite ) : IdentityServer4.Services
logger ILogger
interaction IIdentityServerInteractionService
clientStore IClientStore
scopeStore IScopeStore
identityServerIntegration IIdentityServerIntegration
currentSite cloudscribe.Core.Models.SiteContext
리턴 IdentityServer4.Services