IAuthWithRequestSync
Assembly: ServiceStack.dll
View Source
Declaration
[Obsolete("Use IAuthWithRequestAsync")]
public interface IAuthWithRequestSync
Methods
PreAuthenticate(IRequest, IResponse)
View Source
Declaration
void PreAuthenticate(IRequest req, IResponse res)
Parameters
| Type | Name |
|---|---|
| ServiceStack.Web.IRequest | req |
| ServiceStack.Web.IResponse | res |