externalAccountLoginRequest
| Extends: | request | 
| Namespace: | (default namespace) | 
| XML Schema: | ns0.xsd | 
XML
Elements
| name (type) | min/max occurs  | 
          description | 
|---|---|---|
| type (int) | 1/1 | The type of the account 0 .. google 2 .. b & you 3 .. at & t | 
| oauthToken (string) | 1/1 | The oauth token of the external account | 
| languageCode (string) | 0/1 | The optional language code for the info mail that is send if the account is not connected. If null no info mail is sent. | 
JSON
| property | type | description | 
|---|---|---|
| type | type (int) | The type of the account 0 .. google 2 .. b & you 3 .. at & t | 
| oauthToken | oauthToken (string) | The oauth token of the external account | 
| languageCode | languageCode (string) | The optional language code for the info mail that is send if the account is not connected. If null no info mail is sent. |