C# Class JayLabs.Owin.OAuthAuthorization.Tokens.JwtBearerTokenProvider

Inheritance: Microsoft.Owin.Security.Infrastructure.AuthenticationTokenProvider
Show file Open project: jayway/JayLabs.Owin.OAuthAuthorization

Public Methods

Method Description
JwtBearerTokenProvider ( JwtOptions options ) : System.Security.Claims
ReceiveAsync ( Microsoft.Owin.Security.Infrastructure.AuthenticationTokenReceiveContext context ) : System.Threading.Tasks.Task

Method Details

JwtBearerTokenProvider() public method

public JwtBearerTokenProvider ( JwtOptions options ) : System.Security.Claims
options JwtOptions
return System.Security.Claims

ReceiveAsync() public method

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