BlazorAuthenticationChallengeHandler.ChallengeUserWithConfiguredScopesAsync Method

Definition

Initiates a challenge with scopes from configuration.

public System.Threading.Tasks.Task ChallengeUserWithConfiguredScopesAsync(string configurationSection);
member this.ChallengeUserWithConfiguredScopesAsync : string -> System.Threading.Tasks.Task
Public Function ChallengeUserWithConfiguredScopesAsync (configurationSection As String) As Task

Parameters

configurationSection
String

Returns

Applies to