C# 클래스 MyIdentityServer.ConfigIdentityServer.Factory

파일 보기 프로젝트 열기: zemacik/IdentityServer3-IdentityManger-IdentityServerAdmin-Sample

공개 메소드들

메소드 설명
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