C# Class IdSvrHost.UI.Login.SignInResult

Inheritance: IActionResult
Afficher le fichier Open project: pikoscielniak/notifier

Méthodes publiques

Méthode Description
ExecuteResultAsync ( Microsoft.AspNet.Mvc.ActionContext context ) : System.Threading.Tasks.Task
SignInResult ( string requestId ) : IdentityServer4.Core.Services

Method Details

ExecuteResultAsync() public méthode

public ExecuteResultAsync ( Microsoft.AspNet.Mvc.ActionContext context ) : System.Threading.Tasks.Task
context Microsoft.AspNet.Mvc.ActionContext
Résultat System.Threading.Tasks.Task

SignInResult() public méthode

public SignInResult ( string requestId ) : IdentityServer4.Core.Services
requestId string
Résultat IdentityServer4.Core.Services