IIdentityFactoryProvider<T> Interface
Provides methods used to create objects per request.
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | Create(IdentityFactoryOptions<T>, IOwinContext) | Creates an object. |
![]() | Dispose(IdentityFactoryOptions<T>, T) | Releases all resources used by the specified object. |
Show:
