MicrosoftIdentityUserAuthenticationMessageHandler クラス

定義

現在のユーザーの代わりにトークンを含む承認ヘッダーを追加する DelegatingHandler 実装。

public class MicrosoftIdentityUserAuthenticationMessageHandler : Microsoft.Identity.Web.MicrosoftIdentityAuthenticationBaseMessageHandler
type MicrosoftIdentityUserAuthenticationMessageHandler = class
    inherit MicrosoftIdentityAuthenticationBaseMessageHandler
Public Class MicrosoftIdentityUserAuthenticationMessageHandler
Inherits MicrosoftIdentityAuthenticationBaseMessageHandler
継承
MicrosoftIdentityUserAuthenticationMessageHandler

コンストラクター

名前 説明
MicrosoftIdentityUserAuthenticationMessageHandler(ITokenAcquisition, IOptionsMonitor<MicrosoftIdentityAuthenticationMessageHandlerOptions>, IOptionsMonitor<MicrosoftIdentityOptions>, String)

MicrosoftIdentityUserAuthenticationMessageHandler クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
TokenAcquisition

トークン取得サービスを取得します。

(継承元 MicrosoftIdentityAuthenticationBaseMessageHandler)

メソッド

名前 説明
GetOptionsForRequest(HttpRequestMessage)

指定した要求のオプションを取得します。

(継承元 MicrosoftIdentityAuthenticationBaseMessageHandler)
SendAsync(HttpRequestMessage, CancellationToken)

現在のユーザーの代わりにトークンを含む承認ヘッダーを追加する DelegatingHandler 実装。

適用対象