Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no source code for oauth2.client.Auth #35

Open
GoogleCodeExporter opened this issue Apr 8, 2015 · 1 comment
Open

no source code for oauth2.client.Auth #35

GoogleCodeExporter opened this issue Apr 8, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.settiing the request with scope,  client id  end google auth url
2.Calling AuthRequest req = new AuthRequest(GOOGLE_AUTH_URL, GOOGLE_CLIENT_ID)
                .withScopes(PLUS_ME_SCOPE);
3.calling AUTH = Auth.get()

What is the expected output? What do you see instead?
normally it should work
i have this instead :
         No source code is available for type com.google.api.gwt.oauth2.client.Auth; did you forget to inherit a required module?
            No source code is available for type com.google.api.gwt.oauth2.client.AuthRequest; did you forget to inherit a required module?


What version of the product are you using? On what operating system?
App engine SDK 1.6.4 on macosx 1.5.8 with chrome

Please Help !!!!!!!

Original issue reported on code.google.com by daou...@gmail.com on 6 May 2012 at 2:05

@GoogleCodeExporter
Copy link
Author

Do you have the following line in your module's gwt.xml ?

<inherits name="com.google.api.gwt.oauth2.OAuth2" />

See the example's gwt.xml here: 
http://code.google.com/p/gwt-oauth2/source/browse/trunk/samples/multi/com/google
/api/gwt/oauth2/samples/multi/OAuth2Sample.gwt.xml

Original comment by jasonhall@google.com on 6 May 2012 at 8:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant