Hi Adrew,
I understand what you are saying.
It would be nice though if, for client usage statistics, the client_id could be in each access token. Also for windows clients. It would therefore be nice if the ExchangeUserCredentialForToken method would except optional parameters client_id and client_secret:
ExchangeUserCredentialForToken(string userName, string password, IEnumerable<string> scopes = null, string clientIdentifier = null, string clientSecret = null)
This same method is used by WebServerClient and UserAgentClient. So changing the client did not help me.
I also tried to do changes myself in the Source Code but ran into problems with the signing of your dll. If I have to do without the client_id, can you please tell me when I can expect the new release of DNOA where a refreshing a token is possible without client_id?
Thanks for all your help.
Hans