Struct rust_accountkit::AccountKit
[−]
[src]
pub struct AccountKit<'a> { /* fields omitted */ }
Methods
impl<'a> AccountKit<'a>
[src]
fn with_token<S: Into<Option<&'a str>>>(access_token: &'a str,
appsecret_proof: S)
-> AccountKit<'a>
appsecret_proof: S)
-> AccountKit<'a>
fn validate_token(&self, token: &'a str) -> RequestBuilder
fn remove_account(&self, account_id: &'a str, token: &'a str) -> RequestBuilder
fn retriev_user_data(&self,
account_kid_app_id: &'a str,
token: &'a str,
limit: i32)
-> RequestBuilder
account_kid_app_id: &'a str,
token: &'a str,
limit: i32)
-> RequestBuilder
Trait Implementations
impl<'a> Debug for AccountKit<'a>
[src]
impl<'a> PartialEq for AccountKit<'a>
[src]
fn eq(&self, __arg_0: &AccountKit<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &AccountKit<'a>) -> bool
This method tests for !=
.