PublicClientApplicationBuilder.WithDefaultRedirectUri 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.
Configures the public client application to use the recommended reply URI for the platform. See https://aka.ms/msal-net-default-reply-uri.
Platform |
---|
.NET desktop |
For system browser on .NET Core |
public Microsoft.Identity.Client.PublicClientApplicationBuilder WithDefaultRedirectUri ();
member this.WithDefaultRedirectUri : unit -> Microsoft.Identity.Client.PublicClientApplicationBuilder
Public Function WithDefaultRedirectUri () As PublicClientApplicationBuilder
Returns
A PublicClientApplicationBuilder from which to set more parameters, and to create a public client application instance