Aracılığıyla paylaş


MicrosoftAccountHandler.BuildChallengeUrl Yöntem

Tanım

OAuth sınama url'sini oluşturur.

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

Parametreler

redirectUri
String

Sınama tamamlandıktan sonra yeniden yönlendirilecek URL.

Döndürülenler

Sınama URL'si.

Şunlara uygulanır