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 48cb1a3 commit f500680Copy full SHA for f500680
aws-auth-cognito/src/main/java/com/amplifyframework/auth/cognito/HostedUIClient.kt
@@ -181,7 +181,7 @@ internal class HostedUIClient private constructor(
181
if (configuration.appSecret != null) {
182
put(
183
"Authorization",
184
- PkceHelper.encodeBase64("${configuration.appClient}:${configuration.appSecret}")
+ "Basic ${PkceHelper.encodeBase64("${configuration.appClient}:${configuration.appSecret}")}"
185
)
186
}
187
0 commit comments