BlazorAuthenticationChallengeHandler.ChallengeUserWithConfiguredScopesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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