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 5e93b42 commit 88fc569Copy full SHA for 88fc569
auth0/src/main/java/com/auth0/android/result/AuthenticationMethod.kt
@@ -75,7 +75,11 @@ public data class PasskeyAuthenticationMethod(
75
@SerializedName("user_agent")
76
public val userAgent: String?,
77
@SerializedName("user_handle")
78
- public val userHandle: String?
+ public val userHandle: String?,
79
+ @SerializedName("aaguid")
80
+ public val aaguid: String,
81
+ @SerializedName("relying_party_id")
82
+ public val relyingPartyId: String
83
) : AuthenticationMethod()
84
85
public sealed class MfaAuthenticationMethod : AuthenticationMethod() {
0 commit comments