Hi,
From the CWS sample code, the below snippet was used:
Console.Write("Authenticating User...");
authToken = authClient.AuthenticateUser(username, password);
Console.WriteLine("Success!\n");However, we could only find AuthenticateUserAsync() method and not AuthenticateUser() method.
Is there a difference?
Any configurations from content server side we can do to enable the use of AuthenticateUser() method instead?