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 2e85835 commit 86b1abbCopy full SHA for 86b1abb
amplifyframework/src/commonMain/kotlin/com/jump/sdk/amplifyframework/SRPHelper.kt
@@ -57,7 +57,8 @@ class SRPHelper(private val password: String) {
57
private val k: BigInteger
58
private var privateA: BigInteger
59
private var publicA: ModularBigInteger
60
- internal var dateString: String = nowAsFormattedString()
+ var dateString: String = nowAsFormattedString()
61
+ internal set
62
63
private val digest = SHA256()
64
0 commit comments