C# Class Owin.OAuthValidationExtensions

Provides extension methods used to configure the OAuth2 validation middleware in an OWIN/Katana pipeline.
Exibir arquivo Open project: aspnet-contrib/AspNet.Security.OAuth.Extensions

Public Methods

Method Description
UseOAuthValidation ( [ app ) : IAppBuilder

Adds a new instance of the OAuth2 validation middleware in the OWIN/Katana pipeline.

UseOAuthValidation ( [ app, [ options ) : IAppBuilder

Adds a new instance of the OAuth2 validation middleware in the OWIN/Katana pipeline.

UseOAuthValidation ( [ app, [ configuration ) : IAppBuilder

Adds a new instance of the OAuth2 validation middleware in the OWIN/Katana pipeline.

Method Details

UseOAuthValidation() public static method

Adds a new instance of the OAuth2 validation middleware in the OWIN/Katana pipeline.
public static UseOAuthValidation ( [ app ) : IAppBuilder
app [ The application builder.
return IAppBuilder

UseOAuthValidation() public static method

Adds a new instance of the OAuth2 validation middleware in the OWIN/Katana pipeline.
public static UseOAuthValidation ( [ app, [ options ) : IAppBuilder
app [ The application builder.
options [ The options used to configure the validation middleware.
return IAppBuilder

UseOAuthValidation() public static method

Adds a new instance of the OAuth2 validation middleware in the OWIN/Katana pipeline.
public static UseOAuthValidation ( [ app, [ configuration ) : IAppBuilder
app [ The application builder.
configuration [ The delegate used to configure the validation options.
return IAppBuilder