C# 클래스 LoginModel, AspNetCoreHybridFlowWithApi

파일 보기 프로젝트 열기: damienbod/AspNetCoreHybridFlowWithApi 1 사용 예제들

공개 메소드들

메소드 설명
LoginModel ( DeviceFlowService deviceFlowService ) : System.Collections.Generic
OnGetAsync ( ) : Task
OnPostAsync ( ) : Task

비공개 메소드들

메소드 설명
GetClaims ( string token ) : IEnumerable

메소드 상세

LoginModel() 공개 메소드

public LoginModel ( DeviceFlowService deviceFlowService ) : System.Collections.Generic
deviceFlowService DeviceFlowService
리턴 System.Collections.Generic

OnGetAsync() 공개 메소드

public OnGetAsync ( ) : Task
리턴 Task

OnPostAsync() 공개 메소드

public OnPostAsync ( ) : Task
리턴 Task