MicrosoftIdentityAuthenticationBaseOptions.UserFlow Property
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.
[Optional]. User flow (in the case of a B2C downstream web API). If not specified, the B2C downstream web API will be called with the default user flow from DefaultUserFlow.
public string? UserFlow { get; set; }
member this.UserFlow : string with get, set
Public Property UserFlow As String