AuthorizationMessageHandler.ConfigureHandler メソッド

定義

このハンドラーを構成して、アクセス トークンを使用して送信 HTTP 要求を承認します。 アクセス トークンは、 の少なくとも 1 つが authorizedUrlsRequestUriベースである場合にのみアタッチされます。

public Microsoft.AspNetCore.Components.WebAssembly.Authentication.AuthorizationMessageHandler ConfigureHandler (System.Collections.Generic.IEnumerable<string> authorizedUrls, System.Collections.Generic.IEnumerable<string> scopes = default, string returnUrl = default);
public Microsoft.AspNetCore.Components.WebAssembly.Authentication.AuthorizationMessageHandler ConfigureHandler (System.Collections.Generic.IEnumerable<string> authorizedUrls, System.Collections.Generic.IEnumerable<string>? scopes = default, string? returnUrl = default);
member this.ConfigureHandler : seq<string> * seq<string> * string -> Microsoft.AspNetCore.Components.WebAssembly.Authentication.AuthorizationMessageHandler
Public Function ConfigureHandler (authorizedUrls As IEnumerable(Of String), Optional scopes As IEnumerable(Of String) = Nothing, Optional returnUrl As String = Nothing) As AuthorizationMessageHandler

パラメーター

authorizedUrls
IEnumerable<String>

トークンがアタッチされるエンドポイント URL のベース アドレス。

scopes
IEnumerable<String>

アクセス トークンを要求するときに使用するスコープの一覧。

returnUrl
String

トークンのプロビジョニングに問題があり、ID プロバイダーへのリダイレクトが必要な場合に使用する戻り URL。

戻り値

この AuthorizationMessageHandler

適用対象