次の方法で共有


MicrosoftAccountHandler.BuildChallengeUrl メソッド

定義

OAuth チャレンジ URL を作成します。

protected:
 override System::String ^ BuildChallengeUrl(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties, System::String ^ redirectUri);
protected override string BuildChallengeUrl (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties, string redirectUri);
override this.BuildChallengeUrl : Microsoft.AspNetCore.Authentication.AuthenticationProperties * string -> string
Protected Overrides Function BuildChallengeUrl (properties As AuthenticationProperties, redirectUri As String) As String

パラメーター

redirectUri
String

チャレンジが完了した後にリダイレクトする URL。

戻り値

チャレンジ URL。

適用対象