Share via


ExternalLoginsModel.OnPostRemoveLoginAsync(String, String) Method

Definition

This API supports the ASP.NET Core Identity default UI infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> OnPostRemoveLoginAsync (string loginProvider, string providerKey);
abstract member OnPostRemoveLoginAsync : string * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
override this.OnPostRemoveLoginAsync : string * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
Public Overridable Function OnPostRemoveLoginAsync (loginProvider As String, providerKey As String) As Task(Of IActionResult)

Parameters

loginProvider
String
providerKey
String

Returns

Applies to