次の方法で共有


OidcProviderOptions.RedirectUri プロパティ

定義

アプリケーションのリダイレクト URI を取得または設定します。 ユーザーが ID プロバイダーからのサインイン プロセスを完了すると、ここでアプリケーションがリダイレクトされます。

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")]
public string? RedirectUri { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("redirect_uri")>]
member this.RedirectUri : string with get, set
Public Property RedirectUri As String

プロパティ値

属性

適用対象