Retrieves an oAuth authentication token to be used on the translate API request. The result string needs to be passed as a bearer token to the translate API.
You can find client ID and Secret (or register a new one) at: https://datamarket.azure.com/developer/applications/
public string GetBingAuthToken(string apiKey, string ignored)
Parameters
apiKey
The client ID of your application
ignored
See also:
Class TranslationServices© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic