Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ public data class PasskeyAuthenticationMethod(
@SerializedName("user_agent")
public val userAgent: String?,
@SerializedName("user_handle")
public val userHandle: String?
public val userHandle: String?,
@SerializedName("aaguid")
public val aaguid: String,
@SerializedName("relying_party_id")
public val relyingPartyId: String
) : AuthenticationMethod()

public sealed class MfaAuthenticationMethod : AuthenticationMethod() {
Expand Down