POST api/Account/SocialLogin
Request Information
URI Parameters
None.
Body Parameters
SocialDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthToken | string |
None. |
|
| IdToken | string |
None. |
|
| Provider | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"authToken": "sample string 1",
"idToken": "sample string 2",
"provider": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.