Skip to main content

Returns

requestId
String
required
statusCode
Int
required
webauthnRegistration
ApiUserV1WebAuthnRegistration?
let params = WebAuthnUpdateParameters(name: "My iPhone")
let response = try await StytchConsumer.passkeys.update(
    id: "webauthn-registration-test-d5a3b680-e8a3-40c0-b815-ab79986666d0",
    request: params
)