C# Класс MyIdentityServer.ConfigIdentityServer.Factory

Показать файл Открыть проект

Открытые методы

Метод Описание
Configure ( string connString ) : IdentityServerServiceFactory
ConfigureClients ( IEnumerable clients, IdentityServer3.EntityFramework.EntityFrameworkServiceOptions options ) : void
ConfigureScopes ( IEnumerable scopes, IdentityServer3.EntityFramework.EntityFrameworkServiceOptions options ) : void

Описание методов

Configure() публичный статический Метод

public static Configure ( string connString ) : IdentityServerServiceFactory
connString string
Результат IdentityServerServiceFactory

ConfigureClients() публичный статический Метод

public static ConfigureClients ( IEnumerable clients, IdentityServer3.EntityFramework.EntityFrameworkServiceOptions options ) : void
clients IEnumerable
options IdentityServer3.EntityFramework.EntityFrameworkServiceOptions
Результат void

ConfigureScopes() публичный статический Метод

public static ConfigureScopes ( IEnumerable scopes, IdentityServer3.EntityFramework.EntityFrameworkServiceOptions options ) : void
scopes IEnumerable
options IdentityServer3.EntityFramework.EntityFrameworkServiceOptions
Результат void