[][src]Function fxaclient_ffi::fxa_clear_access_token_cache

#[no_mangle]pub extern "C" fn fxa_clear_access_token_cache(
    handle: u64,
    error: &mut ExternError
)
[]

This method should be called when a request made with an OAuth token failed with an authentication error. It clears the internal cache of OAuth access tokens, so the caller can try to call fxa_get_access_token or fxa_profile again.