Struct plaid::api::product::auth::AuthData [] [src]

pub struct AuthData {
    pub accounts: Vec<Account>,
}

Representation of data that is retrieved from the Auth product.

Fields

accounts

List of accounts associated with the user

Trait Implementations

Derived Implementations

impl Decodable for AuthData

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<AuthData, __D::Error>

impl Debug for AuthData

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