Enum plaid::api::mfa::Response
[−]
[src]
pub enum Response { Code(String), Questions(Vec<String>), Selections(Vec<String>), }
Represents a response to a previously given MFA challenge.
Variants
Code | A response to a code challenge, providing the code that was sent to the user's device. | |
Questions | Responses to a previously given list of questions. | |
Selections | Responses to a previously given list of selections. |