C# 클래스 Microsoft.AspNetCore.Builder.OpenIdAuthenticationExtensions

Exposes convenient extensions that can be used to add an instance of the OpenID authentication middleware in an ASP.NET 5 pipeline.
파일 보기 프로젝트 열기: aspnet-contrib/AspNet.Security.OpenId.Providers

공개 메소드들

메소드 설명
UseOpenIdAuthentication ( [ app, [ options ) : IApplicationBuilder

Adds OpenIdAuthenticationMiddleware{TOptions} to the specified IApplicationBuilder, which enables OpenID2 authentication capabilities.

UseOpenIdAuthentication ( [ app, [ configuration ) : IApplicationBuilder

Adds OpenIdAuthenticationMiddleware{TOptions} to the specified IApplicationBuilder, which enables OpenID2 authentication capabilities.

메소드 상세

UseOpenIdAuthentication() 공개 정적인 메소드

Adds OpenIdAuthenticationMiddleware{TOptions} to the specified IApplicationBuilder, which enables OpenID2 authentication capabilities.
public static UseOpenIdAuthentication ( [ app, [ options ) : IApplicationBuilder
app [ The .
options [ The used to configure the OAuth2 options.
리턴 IApplicationBuilder

UseOpenIdAuthentication() 공개 정적인 메소드

Adds OpenIdAuthenticationMiddleware{TOptions} to the specified IApplicationBuilder, which enables OpenID2 authentication capabilities.
public static UseOpenIdAuthentication ( [ app, [ configuration ) : IApplicationBuilder
app [ The .
configuration [ The delegate used to configure the OAuth2 options.
리턴 IApplicationBuilder