Skip to content

Commit

Permalink
deprecate tokenInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Nov 25, 2016
1 parent 957c3ca commit 54d2944
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,10 @@ public AuthenticationRequest loginWithEmail(@NonNull String email, @NonNull Stri
*
* @param idToken used to fetch it's information
* @return a request to start
* @deprecated Please use {@link AuthenticationAPIClient#userInfo(String)} instead.
*/
@SuppressWarnings("WeakerAccess")
@Deprecated
public Request<UserProfile, AuthenticationException> tokenInfo(@NonNull String idToken) {
return profileRequest()
.addParameter(ParameterBuilder.ID_TOKEN_KEY, idToken);
Expand Down

0 comments on commit 54d2944

Please sign in to comment.