OpenIdConnectAuthenticationExtensions Class

 

Extension methods for using OpenIdConnectAuthenticationMiddleware

Namespace:   Owin
Assembly:  Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)

Inheritance Hierarchy

System.Object
  Owin.OpenIdConnectAuthenticationExtensions

Syntax

public static class OpenIdConnectAuthenticationExtensions
[ExtensionAttribute]
public ref class OpenIdConnectAuthenticationExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type OpenIdConnectAuthenticationExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class OpenIdConnectAuthenticationExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static UseOpenIdConnectAuthentication(IAppBuilder, OpenIdConnectAuthenticationOptions)

Adds the OpenIdConnectAuthenticationMiddleware into the OWIN runtime.

System_CAPS_pubmethodSystem_CAPS_static UseOpenIdConnectAuthentication(IAppBuilder, String, String)

Adds the OpenIdConnectAuthenticationMiddleware into the OWIN runtime.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Owin Namespace

Return to top