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。

适用于