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.
2 parents 1101031 + efdba24 commit 79d9fedCopy full SHA for 79d9fed
core/src/main/java/com/web3auth/core/types/ExtraLoginOptions.kt
@@ -11,6 +11,7 @@ data class ExtraLoginOptions(
11
private var prompt : Prompt? = null,
12
private var max_age : String? = null,
13
private var ui_locales : String? = null,
14
+ private var id_token : String? = null,
15
private var id_token_hint : String? = null,
16
private var login_hint : String? = null,
17
private var acr_values : String? = null,
0 commit comments