다음을 통해 공유


FacebookMiddleware.CreateHandler 메서드

정의

AuthenticationHandler<TOptions> 인증 관련 요청을 처리하기 위한 개체를 제공합니다.

protected:
 override Microsoft::AspNetCore::Authentication::AuthenticationHandler<Microsoft::AspNetCore::Builder::FacebookOptions ^> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.FacebookOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.FacebookOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of FacebookOptions)

반환

AuthenticationHandler<TOptions> 생성자에 제공된 를 FacebookOptions 사용하여 구성된 입니다.

적용 대상