C# Class NuGetGallery.Authentication.Providers.Cookie.LocalUserAuthenticator

Inheritance: Authenticator
ファイルを表示 Open project: NuGet/NuGetGallery

Protected Methods

Method Description
AttachToOwinApp ( IGalleryConfigurationService config, IAppBuilder app ) : void
CreateConfigObject ( ) : AuthenticatorConfiguration

Method Details

AttachToOwinApp() protected method

protected AttachToOwinApp ( IGalleryConfigurationService config, IAppBuilder app ) : void
config IGalleryConfigurationService
app IAppBuilder
return void

CreateConfigObject() protected method

protected CreateConfigObject ( ) : AuthenticatorConfiguration
return AuthenticatorConfiguration