Enum plaid::api::client::payload::SelectedDevice [] [src]

pub enum SelectedDevice {
    Mask(String),
    Device(Device),
}

The device that the user has chosen to use for mfa.

Variants

Mask

The mask returned when authenticating with AuthenticateOptions { list: true, .. }, e.g "[email protected]",

Device

The type of the device as defined under mfa::Device.

Trait Implementations

impl Encodable for SelectedDevice

fn encode<E: Encoder>(&self, e: &mut E) -> Result<(), E::Error>

Derived Implementations

impl Debug for SelectedDevice

fn fmt(&self, __arg_0: &mut Formatter) -> Result