Files
ios/BitwardenShared/Core/Auth/Domain/WebAuthnAuthenticationExtensionsClientInputs.swift
2026-02-23 11:48:14 -06:00

6 lines
256 B
Swift

/// Inputs for WebAuthn extensions used during authentication.
struct WebAuthnAuthenticationExtensionsClientInputs: Codable, Equatable, Hashable, Sendable {
/// Input values for PRF extensions.
let prf: WebAuthnAuthenticationExtensionsPRFInputs?
}