We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0babcf commit 150bc72Copy full SHA for 150bc72
README.md
@@ -58,9 +58,9 @@ AuthenticationApi authApi = new AuthenticationApi(defaultClient);
58
// Step 2. We begin with creating a Configuration
59
// This contains the username and password for authentication, as well as a user agent.
60
HttpBasicAuth authHeader = (HttpBasicAuth) defaultClient.getAuthentication("authHeader");
61
- authHeader.setUsername("username");
62
- authHeader.setPassword("password");
63
- defaultClient.setUserAgent("ExampleProgram/0.0.1 my@email.com");
+authHeader.setUsername("username");
+authHeader.setPassword("password");
+defaultClient.setUserAgent("ExampleProgram/0.0.1 my@email.com");
64
65
66
// Step 3. Call getCurrentUser on Authentication API.
0 commit comments