MicrosoftIdentityAppAuthenticationMessageHandler 클래스

정의

애플리케이션에 대한 토큰이 있는 권한 부여 헤더를 추가하는 DelegatingHandler 구현입니다.

public class MicrosoftIdentityAppAuthenticationMessageHandler : Microsoft.Identity.Web.MicrosoftIdentityAuthenticationBaseMessageHandler
type MicrosoftIdentityAppAuthenticationMessageHandler = class
    inherit MicrosoftIdentityAuthenticationBaseMessageHandler
Public Class MicrosoftIdentityAppAuthenticationMessageHandler
Inherits MicrosoftIdentityAuthenticationBaseMessageHandler
상속
MicrosoftIdentityAppAuthenticationMessageHandler

생성자

Name Description
MicrosoftIdentityAppAuthenticationMessageHandler(ITokenAcquisition, IOptionsMonitor<MicrosoftIdentityAuthenticationMessageHandlerOptions>, String)

MicrosoftIdentityAppAuthenticationMessageHandler 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
TokenAcquisition

토큰 획득 서비스를 가져옵니다.

(다음에서 상속됨 MicrosoftIdentityAuthenticationBaseMessageHandler)

메서드

Name Description
GetOptionsForRequest(HttpRequestMessage)

지정된 요청에 대한 옵션을 가져옵니다.

(다음에서 상속됨 MicrosoftIdentityAuthenticationBaseMessageHandler)
SendAsync(HttpRequestMessage, CancellationToken)

애플리케이션에 대한 토큰이 있는 권한 부여 헤더를 추가하는 DelegatingHandler 구현입니다.

적용 대상