GetPersistedGrantService(IPersistedGrantAspNetIdentityRepository repository, IPersistedGrantAspNetIdentityServiceResources persistedGrantServiceResources, IAuditEventLogger auditEventLogger)
        {
            var persistedGrantService = new PersistedGrantAspNetIdentityService(repository,
                                                                                persistedGrantServiceResources, auditEventLogger);

            return(persistedGrantService);
        }
Exemplo n.º 2
0
        GetPersistedGrantService(IPersistedGrantAspNetIdentityRepository repository, IPersistedGrantAspNetIdentityServiceResources persistedGrantServiceResources)
        {
            var persistedGrantService = new PersistedGrantAspNetIdentityService(repository,
                                                                                persistedGrantServiceResources);

            return(persistedGrantService);
        }
        GetPersistedGrantService(IPersistedGrantAspNetIdentityRepository <AdminDbContext, UserIdentity, UserIdentityRole, int, UserIdentityUserClaim, UserIdentityUserRole, UserIdentityUserLogin, UserIdentityRoleClaim, UserIdentityUserToken> repository, IPersistedGrantAspNetIdentityServiceResources persistedGrantServiceResources)
        {
            var persistedGrantService = new PersistedGrantAspNetIdentityService <AdminDbContext, UserIdentity, UserIdentityRole, int, UserIdentityUserClaim,
                                                                                 UserIdentityUserRole, UserIdentityUserLogin, UserIdentityRoleClaim, UserIdentityUserToken>(repository,
                                                                                                                                                                            persistedGrantServiceResources);

            return(persistedGrantService);
        }