CrossDomainController.LoginReceiver(String) Method

Definition

[System.Web.Http.AllowAnonymous]
[System.Web.Http.HttpGet]
public System.Web.Http.IHttpActionResult LoginReceiver (string completionOrigin);
[<System.Web.Http.AllowAnonymous>]
[<System.Web.Http.HttpGet>]
member this.LoginReceiver : string -> System.Web.Http.IHttpActionResult
Public Function LoginReceiver (completionOrigin As String) As IHttpActionResult

Parameters

completionOrigin
String

Returns

System.Web.Http.IHttpActionResult
Attributes
System.Web.Http.AllowAnonymousAttribute System.Web.Http.HttpGetAttribute

Applies to