Skip to content

Commit

Permalink
Fix inconsistent formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jellejurre committed Nov 25, 2024
1 parent e0babcf commit 150bc72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ AuthenticationApi authApi = new AuthenticationApi(defaultClient);
// Step 2. We begin with creating a Configuration
// This contains the username and password for authentication, as well as a user agent.
HttpBasicAuth authHeader = (HttpBasicAuth) defaultClient.getAuthentication("authHeader");
authHeader.setUsername("username");
authHeader.setPassword("password");
defaultClient.setUserAgent("ExampleProgram/0.0.1 [email protected]");
authHeader.setUsername("username");
authHeader.setPassword("password");
defaultClient.setUserAgent("ExampleProgram/0.0.1 [email protected]");


// Step 3. Call getCurrentUser on Authentication API.
Expand Down

0 comments on commit 150bc72

Please sign in to comment.