We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1940e05 commit 61a1e78Copy full SHA for 61a1e78
aws-android-sdk-mobile-client/src/main/java/com/amazonaws/mobile/client/AWSMobileClient.java
@@ -3203,7 +3203,7 @@ public void run() {
3203
final Map<String, String> tokensBody = new HashMap<String, String>();
3204
try {
3205
tokensUriBuilder = Uri.parse(hostedUIJSON.getString("TokenURI")).buildUpon();
3206
- if (hostedUIOptions.getSignInQueryParameters() != null) {
+ if (hostedUIOptions.getTokenQueryParameters() != null) {
3207
for (Map.Entry<String, String> e : hostedUIOptions.getTokenQueryParameters().entrySet()) {
3208
tokensUriBuilder.appendQueryParameter(e.getKey(), e.getValue());
3209
}
0 commit comments