mirror of
https://github.com/bitwarden/ios.git
synced 2026-06-19 01:13:15 -05:00
6 lines
256 B
Swift
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?
|
|
}
|