CrossDomainController.LoginReceiver(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Web.Http.AllowAnonymous]
[System.Web.Http.HttpGet]
public System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult> LoginReceiver (string completionOrigin);
[<System.Web.Http.AllowAnonymous>]
[<System.Web.Http.HttpGet>]
member this.LoginReceiver : string -> System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult>
Public Function LoginReceiver (completionOrigin As String) As Task(Of IHttpActionResult)
Parameters
- completionOrigin
- System.String
Returns
- System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult>
- Attributes
-
System.Web.Http.AllowAnonymousAttribute System.Web.Http.HttpGetAttribute