GET api/Account/ExternalLogins?returnUrl={returnUrl}&generateState={generateState}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
returnUrl | string |
Required |
|
generateState | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of ExternalLoginViewModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Url | string |
None. |
|
State | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "Url": "sample string 2", "State": "sample string 3" }, { "Name": "sample string 1", "Url": "sample string 2", "State": "sample string 3" } ]