C# Class LoginModel, AspNetCoreHybridFlowWithApi

显示文件 Open project: damienbod/AspNetCoreHybridFlowWithApi Class Usage Examples

Public Methods

Method Description
LoginModel ( DeviceFlowService deviceFlowService ) : System.Collections.Generic
OnGetAsync ( ) : Task
OnPostAsync ( ) : Task

Private Methods

Method Description
GetClaims ( string token ) : IEnumerable

Method Details

LoginModel() public method

public LoginModel ( DeviceFlowService deviceFlowService ) : System.Collections.Generic
deviceFlowService DeviceFlowService
return System.Collections.Generic

OnGetAsync() public method

public OnGetAsync ( ) : Task
return Task

OnPostAsync() public method

public OnPostAsync ( ) : Task
return Task