C# 클래스 JayLabs.Owin.OAuthAuthorization.Tokens.JwtBearerTokenProvider

상속: Microsoft.Owin.Security.Infrastructure.AuthenticationTokenProvider
파일 보기 프로젝트 열기: jayway/JayLabs.Owin.OAuthAuthorization

공개 메소드들

메소드 설명
JwtBearerTokenProvider ( JwtOptions options ) : System.Security.Claims
ReceiveAsync ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext context ) : System.Threading.Tasks.Task

메소드 상세

JwtBearerTokenProvider() 공개 메소드

public JwtBearerTokenProvider ( JwtOptions options ) : System.Security.Claims
options JwtOptions
리턴 System.Security.Claims

ReceiveAsync() 공개 메소드

public ReceiveAsync ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext context ) : System.Threading.Tasks.Task
context Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext
리턴 System.Threading.Tasks.Task