[][src]Function fxa_client::auth::create_keys_jwe

pub fn create_keys_jwe(
    client_id: &str,
    scope: &str,
    jwk: &str,
    auth_key: &[u8],
    config: &Config,
    acct_keys: (&[u8], &[u8])
) -> Result<String>