Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
JayLabs
Owin
OAuthAuthorization
Tokens
JwtBearerTokenAuthenticationExtensions
C# Class JayLabs.Owin.OAuthAuthorization.Tokens.JwtBearerTokenAuthenticationExtensions
Datei anzeigen
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