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