File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
core/src/main/java/com/web3auth/core/types Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ import androidx.annotation.Keep
66@Keep
77data class LoginParams (
88 @Keep val authConnection : AuthConnection ,
9+ @Keep val authConnectionId : String? = null ,
10+ @Keep val groupedAuthConnectionId : String? = null ,
911 @Keep var dappShare : String? = null ,
1012 @Keep val extraLoginOptions : ExtraLoginOptions ? = null ,
1113 @Keep @Transient var redirectUrl : Uri ? = null ,
1214 @Keep val appState : String? = null ,
1315 @Keep val mfaLevel : MFALevel ? = null ,
1416 @Keep val curve : Curve ? = Curve .SECP256K1 ,
15- @Keep val dappUrl : String? = null ,
16- @Keep val authConnectionId : String? = null ,
17- @Keep val groupedAuthConnectionId : String? = null
17+ @Keep val dappUrl : String? = null
1818)
You can’t perform that action at this time.
0 commit comments