OidcProviderOptions.RedirectUri Property

Definition

Gets or sets the redirect URI for the application. The application will be redirected here after the user has completed the sign in process from the identity provider.

public:
 property System::String ^ RedirectUri { System::String ^ get(); void set(System::String ^ value); };
[System.Text.Json.Serialization.JsonPropertyName("redirect_uri")]
public string RedirectUri { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("redirect_uri")>]
member this.RedirectUri : string with get, set
Public Property RedirectUri As String

Property Value

String
Attributes

Applies to