How do I use OAuth within my Java GWT application? In particular, I want to get a list of users in my Google Aps domain, using this API:
http://code.google.com/googl
What do you mean in your GWT application? Do you mean client-side only?
Because on the server you can easily use the Scribe OAuth library.
It has a good documentation and is fairly simple to use.