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

Fix an issue where V1 Id token needs to be returned #513

Merged
merged 3 commits into from
Jun 4, 2019

Conversation

kreedula
Copy link
Contributor

@kreedula kreedula commented Jun 3, 2019

No description provided.

@kreedula kreedula self-assigned this Jun 3, 2019
@Test
public void saveTokensOverloadMethodV1Compat() {
// This test asserts that if an IdToken is returned in the v1 format (broker cases),
// it is saved property.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super nit properly

@kreedula
Copy link
Contributor Author

kreedula commented Jun 4, 2019

Issue for unit test : #514

@@ -25,6 +25,7 @@
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.annotation.VisibleForTesting;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this until a test is added

@kreedula kreedula merged commit cb6bc4d into release/0.0.11 Jun 4, 2019
@kreedula kreedula deleted the kreedula/fix-idtoken-bug branch June 4, 2019 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants