Enum plaid::api::mfa::Device
[−]
[src]
pub enum Device {
Email,
Phone,
Card,
}Represents a device that can be used for multifactor authentication
Variants
Email | Code sent to the user's email | |
Phone | Code sent to the user's phone number via sms | |
Card | Verify a credit card number |