POST ExternalLogin
Request Information
URI Parameters
None.
Body Parameters
RegisterExternalBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Provider | string |
Required |
|
| ExternalAccessToken | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"provider": "sample string 1",
"externalAccessToken": "sample string 2"
}
text/html
Sample:
{"provider":"sample string 1","externalAccessToken":"sample string 2"}
application/xml, text/xml
Sample:
<RegisterExternalBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EB.Api.Models"> <ExternalAccessToken>sample string 2</ExternalAccessToken> <Provider>sample string 1</Provider> </RegisterExternalBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LoginProfileResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | ApiResult |
None. |
|
| Detail | Collection of Object |
None. |
|
| User | LoginProfileModel |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.