Get External Authentication
Request Parameters:
For get all External Authentication methods
URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/GetExternalAuthentication
Parameter:
{
"apiSecretKey": "r102x99g112u110t118p105k109c105",
"storeId": "1",
"customerId":"1"
}
Response:
{
"GetExternalAuthenticationResult":
[
{
"CustomerId": 1,
"Email": "ankita@gmailcom",
"ExternalDisplayIdentifier": "abc_123",
"ExternalIdentifier": "abc",
"Message": null,
"OAuthAccessToken": "abc_145",
"OAuthToken": "pqrs",
"ProviderSystemName": "abcdef"
}
]
}