Skip to content

Commit

Permalink
fix(generator): Fix field name in authorization example
Browse files Browse the repository at this point in the history
  • Loading branch information
samzhao2008 committed Dec 13, 2021
1 parent e8faa97 commit 2ac44c2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ require "<%= api.base_path %>"
client = <%= api.qualified_name %>::<%= api.service_name %>.new

# Authenticate calls
client.authentication = # ... use the googleauth gem to create credentials
client.authorization = # ... use the googleauth gem to create credentials
```

See the class reference docs for information on the methods you can call from a client.
Expand Down

0 comments on commit 2ac44c2

Please sign in to comment.