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

Add AuthorizationCodeFlow.Builder.setAuthorizationServerEncodedUrl #50

Closed
wonderfly opened this issue Jan 9, 2015 · 2 comments
Closed
Assignees
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@wonderfly
Copy link
Contributor

From yan...@google.com on August 22, 2012 08:11:38

External references, such as a standards document, or specification? http://javadoc.google-oauth-java-client.googlecode.com/hg/1.10.1-beta/com/google/api/client/auth/oauth2/AuthorizationCodeFlow.Builder.html#AuthorizationCodeFlow.Builder(com.google.api.client.auth.oauth2.Credential.AccessMethod , com.google.api.client.http.HttpTransport, com.google.api.client.json.JsonFactory, com.google.api.client.http.GenericUrl, com.google.api.client.http.HttpExecuteInterceptor, java.lang.String, java.lang.String) http://javadoc.google-oauth-java-client.googlecode.com/hg/1.10.1-beta/com/google/api/client/auth/oauth2/AuthorizationCodeFlow.Builder.html#getAuthorizationServerEncodedUrl() Java environments (e.g. Java 6, Android 2.3, App Engine, or All)? All Please describe the feature requested. Currently the authorizationServerEncodedUrl can only be specified in the builder. However, it is convenient to be able to extend AuthorizationCodeFlow and provide a default value, while still allowing users of that class to specify a different value, e.g. for testing. Similarly for clientId and clientAuthentication.

Original issue: http://code.google.com/p/google-oauth-java-client/issues/detail?id=50

@wonderfly wonderfly added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. imported priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Jan 9, 2015
@wonderfly wonderfly self-assigned this Jan 9, 2015
@wonderfly
Copy link
Contributor Author

From yan...@google.com on August 22, 2012 13:58:20

http://codereview.appspot.com/6478047

Status: Started

@wonderfly
Copy link
Contributor Author

From yan...@google.com on August 23, 2012 06:55:34

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant