AuthEventsUtils
Assembly: ServiceStack.dll
View Source
Declaration
public static class AuthEventsUtils
Methods
ExecuteOnRegisteredUserEventsAsync(IAuthEvents, IAuthSession, IServiceBase)
View Source
Declaration
public static async Task ExecuteOnRegisteredUserEventsAsync(this IAuthEvents authEvents, IAuthSession session, IServiceBase service)
Returns
System.Threading.Tasks.Task
Parameters
Type | Name |
---|---|
ServiceStack.Auth.IAuthEvents | authEvents |
ServiceStack.Auth.IAuthSession | session |
ServiceStack.IServiceBase | service |