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 0c7634a commit 55d92f6Copy full SHA for 55d92f6
aws-auth-cognito/src/main/java/com/amplifyframework/statemachine/codegen/data/Tokens.kt
@@ -154,6 +154,8 @@ internal data class CognitoUserPoolTokens(
154
155
/**
156
* Helper function to extract token value from either flat or nested format
157
+ * commit 047483866231622a362f736350f600072affad86 unintentionally introduced a token serialization/deserialization
158
+ * change causing logouts. This method ensures tokens are readable in a flat string format, or nested object.
159
*/
160
private fun extractTokenValue(decoder: Decoder, tokenType: String): String = if (decoder is JsonDecoder) {
161
when (val element = decoder.decodeJsonElement()) {
0 commit comments