I want to use Google Translation V3 with C# client lib google provides. but what I can find all is using service account to authenticate.
I prefer to use API key as an authentication method instead of service account since I'll build this app to user's mobile and I don't want user to have my service account file.
but In google's official document I can only find the example to authenticated by service account.
so how can I use API key with C# lib to authenticated and use Google Cloud Translation?