C# Class DOAP.WCFExample.OAuth.OAuthHandler

Inheritance: IOAuthAuthenticationHandler
Mostrar archivo Open project: TWith2Sugars/DOAP

Public Methods

Method Description
Authenticate ( System.ServiceModel.Web.IncomingWebRequestContext request, System.ServiceModel.Web.OutgoingWebResponseContext response, object parameters, bool secure, bool requiresTransportLayerSecurity, string scope, bool allowAnonymous ) : IIdentity

Authenticates the specified request.

Method Details

Authenticate() public method

Authenticates the specified request.
public Authenticate ( System.ServiceModel.Web.IncomingWebRequestContext request, System.ServiceModel.Web.OutgoingWebResponseContext response, object parameters, bool secure, bool requiresTransportLayerSecurity, string scope, bool allowAnonymous ) : IIdentity
request System.ServiceModel.Web.IncomingWebRequestContext The request.
response System.ServiceModel.Web.OutgoingWebResponseContext The response.
parameters object The parameters.
secure bool if set to true [secure].
requiresTransportLayerSecurity bool if set to true [requires transport layer security].
scope string The scope.
allowAnonymous bool
return IIdentity