Skip to content

Commit

Permalink
deprecate useCodeGrant in the WebAuthProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Nov 25, 2016
1 parent c32930d commit c62c1a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ public Builder withConnectionScope(@NonNull String... connectionScope) {
*
* @param useCodeGrant whether use code or implicit grant type
* @return the current builder instance
* @deprecated Please use {@link WebAuthProvider.Builder#withResponseType(int)} to specify a custom Response Type
*/
@Deprecated
public Builder useCodeGrant(boolean useCodeGrant) {
this.useCodeGrant = useCodeGrant;
return this;
Expand Down

0 comments on commit c62c1a2

Please sign in to comment.