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

Show file Open project: jayway/JayLabs.Owin.OAuthAuthorization

Public Methods

Method Description
UseJwtBearerAuthenticationWithTokenProvider ( this app, JwtBearerTokenAuthenticationOptions options ) : IAppBuilder

Method Details

UseJwtBearerAuthenticationWithTokenProvider() public static method

public static UseJwtBearerAuthenticationWithTokenProvider ( this app, JwtBearerTokenAuthenticationOptions options ) : IAppBuilder
app this
options JwtBearerTokenAuthenticationOptions
return IAppBuilder