OidcProviderOptions.RedirectUri 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.
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
- Attributes