C# Class LoginModel, AspNetCoreHybridFlowWithApi

Afficher le fichier Open project: damienbod/AspNetCoreHybridFlowWithApi Class Usage Examples

Méthodes publiques

Méthode Description
LoginModel ( DeviceFlowService deviceFlowService ) : System.Collections.Generic
OnGetAsync ( ) : Task
OnPostAsync ( ) : Task

Private Methods

Méthode Description
GetClaims ( string token ) : IEnumerable

Method Details

LoginModel() public méthode

public LoginModel ( DeviceFlowService deviceFlowService ) : System.Collections.Generic
deviceFlowService DeviceFlowService
Résultat System.Collections.Generic

OnGetAsync() public méthode

public OnGetAsync ( ) : Task
Résultat Task

OnPostAsync() public méthode

public OnPostAsync ( ) : Task
Résultat Task