Microsoft.Owin.Security.Facebook Extension methods for using Authenticate users using Facebook The passed to the configuration method Middleware configuration options The updated Authenticate users using Facebook The passed to the configuration method The appId assigned by Facebook The appSecret assigned by Facebook The updated OWIN middleware for authenticating users using Facebook Initializes a The next middleware in the OWIN pipeline to invoke The OWIN application Configuration options for the middleware Provides the object for processing authentication-related requests. An configured with the supplied to the constructor. Configuration options for Initializes a new Gets or sets the Facebook-assigned appId Gets or sets the Facebook-assigned app secret Gets or sets the URI where the client will be redirected to authenticate. Gets or sets the URI the middleware will access to exchange the OAuth token. Gets or sets the URI the middleware will access to obtain the user information. Gets or sets the a pinned certificate validator to use to validate the endpoints used in back channel communications belong to Facebook. The pinned certificate validator. If this property is null then the default certificate checks are performed, validating the subject name and if the signing chain is a trusted party. Gets or sets timeout value in milliseconds for back channel communications with Facebook. The back channel timeout in milliseconds. The HttpMessageHandler used to communicate with Facebook. This cannot be set at the same time as BackchannelCertificateValidator unless the value can be downcast to a WebRequestHandler. Get or sets the text that the user can display on a sign in user interface. The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives. Default value is "/signin-facebook". Gets or sets the name of another authentication middleware which will be responsible for actually issuing a user . Gets or sets the used to handle authentication events. Gets or sets the type used to secure data handled by the middleware. A list of permissions to request. Gets or sets if the appsecret_proof should be generated and sent with Facebook API calls. This is enabled by default. The list of fields to retrieve from the UserInformationEndpoint. https://developers.facebook.com/docs/graph-api/reference/user An abstraction for reading and setting cookies during the authentication process. Context passed when a Challenge causes a redirect to authorize endpoint in the Facebook middleware Creates a new context object. The OWIN request context The Facebook middleware options The authenticaiton properties of the challenge The initial redirect URI Gets the URI used for the redirect operation. Gets the authentication properties of the challenge Contains information about the login session as well as the user . Initializes a The OWIN environment The JSON-serialized user Facebook Access token Seconds until expiration Gets the JSON-serialized user Gets the Facebook access token Gets the Facebook access token expiration time Gets the Facebook user ID Gets the user's name Gets the Facebook username Gets the Facebook email Gets the representing the user Gets or sets a property bag for common authentication properties Default implementation. Specifies callback methods which the invokes to enable developer control over the authentication process. /> Invoked whenever Facebook succesfully authenticates a user Contains information about the login session as well as the user . A representing the completed operation. Invoked prior to the being saved in a local cookie and the browser being redirected to the originally requested URL. A representing the completed operation. Called when a Challenge causes a redirect to authorize endpoint in the Facebook middleware Contains redirect URI and of the challenge Initializes a Invoked whenever Facebook succesfully authenticates a user Contains information about the login session as well as the user . A representing the completed operation. Invoked prior to the being saved in a local cookie and the browser being redirected to the originally requested URL. A representing the completed operation. Called when a Challenge causes a redirect to authorize endpoint in the Facebook middleware Contains redirect URI and of the challenge Gets or sets the function that is invoked when the Authenticated method is invoked. Gets or sets the function that is invoked when the ReturnEndpoint method is invoked. Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked. Provides context information to middleware providers. OWIN environment The authentication ticket A strongly-typed resource class, for looking up localized strings, etc. Returns the cached ResourceManager instance used by this class. Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Looks up a localized string similar to The '{0}' option must be provided.. Looks up a localized string similar to An ICertificateValidator cannot be specified at the same time as an HttpMessageHandler unless it is a WebRequestHandler..