C# 클래스 ModernShopping.Auth.SampleApp.IApplicationBuilderExtensions

파일 보기 프로젝트 열기: tugberkugurlu/ModernShopping

공개 메소드들

메소드 설명
UseIdentityServerBearerTokenAuthentication ( this app, IdentityServer3.AccessTokenValidation.IdentityServerBearerTokenAuthenticationOptions options ) : void

메소드 상세

UseIdentityServerBearerTokenAuthentication() 공개 정적인 메소드

public static UseIdentityServerBearerTokenAuthentication ( this app, IdentityServer3.AccessTokenValidation.IdentityServerBearerTokenAuthenticationOptions options ) : void
app this
options IdentityServer3.AccessTokenValidation.IdentityServerBearerTokenAuthenticationOptions
리턴 void