Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 374 Bytes

VerifyTOTP200Response.md

File metadata and controls

20 lines (14 loc) · 374 Bytes

ClerkBackend::VerifyTOTP200Response

Properties

Name Type Description Notes
verified Boolean [optional]
code_type String [optional]

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::VerifyTOTP200Response.new(
  verified: null,
  code_type: null
)