다음을 통해 공유


OAuthMiddleware<TOptions>.CreateHandler 메서드

정의

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

protected:
 override Microsoft::AspNetCore::Authentication::AuthenticationHandler<TOptions> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<TOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<'Options (requires 'Options :> Microsoft.AspNetCore.Builder.OAuthOptions and 'Options : (new : unit -> 'Options))>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of TOptions)

반환

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

적용 대상