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

pub struct Auth;

Auth is the endpoint you need in order to check that the user owns their account.

Trait Implementations

impl Product for Auth

type Data = AuthData

fn description<'a>(&self) -> &'a str

fn endpoint<'a, 'b>(&self, payload: &'b Payload) -> &'a str

Derived Implementations

impl Debug for Auth

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