Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 405 Bytes

MFADetails.md

File metadata and controls

20 lines (14 loc) · 405 Bytes

VeloPayments::MFADetails

Properties

Name Type Description Notes
mfa_type MFAType [optional]
verified Boolean true if the user has used the MFA device for login [optional]

Example

require 'velopayments'

instance = VeloPayments::MFADetails.new(
  mfa_type: null,
  verified: true
)