C# Класс cloudscribe.Core.IdentityServerIntegration.ConsentController

This controller implements the consent logic
Наследование: Microsoft.AspNetCore.Mvc.Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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