BlazorAuthenticationChallengeHandler.ChallengeUser 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 to authenticate the user or request additional consent.
public void ChallengeUser(System.Security.Claims.ClaimsPrincipal user, string[]? scopes = default, string? claims = default);
member this.ChallengeUser : System.Security.Claims.ClaimsPrincipal * string[] * string -> unit
Public Sub ChallengeUser (user As ClaimsPrincipal, Optional scopes As String() = Nothing, Optional claims As String = Nothing)
Parameters
- user
- ClaimsPrincipal
- scopes
- String[]
- claims
- String