Skip to content

Commit

Permalink
rename Uri to URI
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Jan 29, 2020
1 parent f6caa7e commit 56ffbcb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ public Builder withAudience(@NonNull String audience) {
}

/**
* Specify a custom Scheme to use on the Redirect Uri. Default scheme is 'https'.
* Specify a custom Scheme to use on the Redirect URI. Default scheme is 'https'.
*
* @param scheme to use in the Redirect Uri.
* @param scheme to use in the Redirect URI.
* @return the current builder instance
*/
public Builder withScheme(@NonNull String scheme) {
Expand All @@ -273,7 +273,7 @@ public Builder withScheme(@NonNull String scheme) {
}

/**
* Specify a custom Redirect Uri to use to invoke the app on redirection.
* Specify a custom Redirect URI to use to invoke the app on redirection.
* Normally, you wouldn't need to call this method manually as the default value is autogenerated for you.
* The {@link Builder#withScheme(String)} configuration is ignored when this method is called. It is your responsibility to pass a well-formed Uri.
*
Expand Down

0 comments on commit 56ffbcb

Please sign in to comment.