1 type derived from AuthorizationMessageHandler
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\BaseAddressAuthorizationMessageHandler.cs (1)
12public class BaseAddressAuthorizationMessageHandler : AuthorizationMessageHandler
7 references to AuthorizationMessageHandler
Microsoft.AspNetCore.Components.WebAssembly.Authentication (7)
Services\AccessTokenNotAvailableException.cs (1)
7/// An <see cref="Exception"/> that is thrown when an <see cref="AuthorizationMessageHandler"/> instance
Services\AuthorizationMessageHandler.cs (5)
28/// Initializes a new instance of <see cref="AuthorizationMessageHandler"/>. 53throw new InvalidOperationException($"The '{nameof(AuthorizationMessageHandler)}' is not configured. " + 54$"Call '{nameof(AuthorizationMessageHandler.ConfigureHandler)}' and provide a list of endpoint urls to attach the token to."); 94/// <returns>This <see cref="AuthorizationMessageHandler"/>.</returns> 95public AuthorizationMessageHandler ConfigureHandler(
WebAssemblyAuthenticationServiceCollectionExtensions.cs (1)
65services.TryAddTransient<AuthorizationMessageHandler>();