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 |