IAuthWithRequest
Assembly: ServiceStack.dll
View Source
Declaration
public interface IAuthWithRequest
Methods
PreAuthenticateAsync(IRequest, IResponse)
View Source
Declaration
Task PreAuthenticateAsync(IRequest req, IResponse res)
Returns
System.Threading.Tasks.Task
Parameters
Type | Name |
---|---|
ServiceStack.Web.IRequest | req |
ServiceStack.Web.IResponse | res |