Skip to content

Commit

Permalink
docs(readme): make login client example more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanarab committed Jul 17, 2023
1 parent 30e7f69 commit 91bf8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if err != nil {
### Login Using OAuth Client (Public or Private)

```go
err := oAuth20Service.GrantTokenCredentials("", "")
err := oAuth20Service.LoginClient(clientId, clientSecret)
if err != nil {
return err
}
Expand Down

0 comments on commit 91bf8c1

Please sign in to comment.