google / identity-toolkit-java-client

Google Identity Toolkit client library for Java
Apache License 2.0
37 stars 27 forks source link

HttpSender has only private constructors #35

Open robert4os opened 8 years ago

robert4os commented 8 years ago

Has only private constructors, which are unaccessible outside the library.

Erni commented 8 years ago

I think this is not an issue. Why would you want to construct an HttpSender object? It is meant to be used by the GitkitClient Builder. Not out of here, that's why the constructors are protected. In any case @liujin-google can give you a better answer in case I am wrong.

robert4os commented 8 years ago

You are right! I have now forked the project and extended GitkitClient to support email verification status. Thank you.