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

Refresh auth using /oauth/token refresh_token grant (OIDC mode) #68

Merged
merged 2 commits into from
Jan 17, 2017

Conversation

lbalmaceda
Copy link
Contributor

Use either /delegation or /oauth/token endpoints depending on the OIDC flag.

@@ -592,7 +592,8 @@ public SignUpRequest signUp(@NonNull String email, @NonNull String password, @No
}

/**
* Requests new Credentials using a valid Refresh Token.
* Requests new Credentials using a valid Refresh Token. How the new Credentials are requested depends on the {@link Auth0#isOIDCConformant()} flag.
Copy link
Member

Choose a reason for hiding this comment

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

Let's explain this a bit better, at least talk about the two endpoints involved.

@hzalaz hzalaz modified the milestone: v1-Next Jan 10, 2017
@hzalaz hzalaz changed the title Refresh credentials using the OIDC flag Refresh auth using /oauth/token refresh_token grant (OIDC mode) Jan 10, 2017
@hzalaz hzalaz merged commit f8e5ac4 into master Jan 17, 2017
@hzalaz hzalaz deleted the use-oidc-flag-refresh-token branch January 17, 2017 12:54
@hzalaz hzalaz modified the milestones: 1.5.0, v1-Next Jan 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants