共用方式為


GoogleHandler.BuildChallengeUrl(AuthenticationProperties, String) 方法

定義

建構 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。

適用於