Method | Description | |
---|---|---|
UseOAuthValidation ( [ app ) : IApplicationBuilder |
Adds a new instance of the OAuth2 validation middleware in the ASP.NET 5 pipeline.
|
|
UseOAuthValidation ( [ app, [ options ) : IApplicationBuilder |
Adds a new instance of the OAuth2 validation middleware in the ASP.NET 5 pipeline.
|
|
UseOAuthValidation ( [ app, [ |
Adds a new instance of the OAuth2 validation middleware in the ASP.NET 5 pipeline.
|
public static UseOAuthValidation ( [ app ) : IApplicationBuilder | ||
app | [ | The application builder. |
return | IApplicationBuilder |
public static UseOAuthValidation ( [ app, [ options ) : IApplicationBuilder | ||
app | [ | The application builder. |
options | [ | The options used to configure the validation middleware. |
return | IApplicationBuilder |
public static UseOAuthValidation ( [ app, [ |
||
app | [ | The application builder. |
configuration | [ |
The delegate used to configure the validation options. |
return | IApplicationBuilder |