refresh_token_api

Function refresh_token_api 

Source
pub async fn refresh_token_api(
    client: &mut ChiralClient<Channel>,
    email: &str,
    token_auth: &str,
) -> Result<Value, Box<dyn Error>>