cli_support::fxa_creds

Function get_account_and_token

Source
pub fn get_account_and_token(
    config: FxaConfig,
    cred_file: &str,
    scopes: &[&str],
) -> Result<(FirefoxAccount, AccessTokenInfo)>