Skip to main content

fetch_token

Function fetch_token 

Source
pub fn fetch_token(
    base_url: &str,
    username: &str,
    password: &str,
) -> Result<String, AppError>