FacebookAuthenticationExtensions Class
Provides extension methods for Facebook authentication.
Inheritance Hierarchy
System.Object
Owin.FacebookAuthenticationExtensions
Namespace: Owin
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class FacebookAuthenticationExtensions
'Usage
public static class FacebookAuthenticationExtensions
[ExtensionAttribute]
public ref class FacebookAuthenticationExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FacebookAuthenticationExtensions = class end
public final class FacebookAuthenticationExtensions
Methods
Name | Description | |
---|---|---|
![]() ![]() |
UseFacebookAuthentication(IAppBuilder, FacebookAuthenticationOptions) | Generates a Facebook authentication for OWIN application. |
![]() ![]() |
UseFacebookAuthentication(IAppBuilder, String, String) | Generates a Facebook authentication for OWIN application. |
Top
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.