IAuthPlugin
Callback for AuthProviders to register callbacks with AuthFeature
Assembly: ServiceStack.dll
View Source
Declaration
public interface IAuthPlugin
Methods
Register(IAppHost, AuthFeature)
View Source
Declaration
void Register(IAppHost appHost, AuthFeature feature)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |
ServiceStack.AuthFeature | feature |