Plaid::MFA
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Specifies the multi-factor authentication settings to use with this test account
Constructors
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Possible values are device, selections, or questions. If value is device, the MFA answer is 1234. If value is selections, the MFA answer is always the first option. If value is questions, the MFA answer is answer_<i>_<j> for the j-th question in the i-th round, starting from 0. For example, the answer to the first question in the second round is answer_1_0.
Custom attribute writer method checking allowed values (enum). @param [Object] _type Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] question_rounds Object to be assigned
Number of questions per round. Required if value of type is questions. If value of type is selections, default value is 2.
Custom attribute writer method checking allowed values (enum). @param [Object] questions_per_round Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] selection_rounds Object to be assigned
Number of available answers per question, used if type is selection. Defaults to 2.
Custom attribute writer method checking allowed values (enum). @param [Object] selections_per_question Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid